Fixes Test and Reports

This commit is contained in:
2025-06-03 02:20:15 -03:00
parent be7f04e20d
commit 25d8e68e95
4 changed files with 342 additions and 423 deletions

View File

@@ -40,7 +40,9 @@ jobs:
run: uv sync --all-extras --dev
- name: Run tests
run: uv run poe tests
run: |
uv run poe tests
uv run poe tests-report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5