Skip to content

Commit

Permalink
fix coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Oct 26, 2024
1 parent 9189e06 commit 25052fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
# run: uv sync --all-extras --dev

- name: Run tests
run: uv run --extra test pytest -v --cov=dundie --forked --junitxml=test-result.xml && coverage xml
run: |
uv run --extra test pytest -v --cov=dundie --forked --junitxml=test-result.xml
uv --extra test run coverage xml
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version == '3.10' }}
Expand Down

0 comments on commit 25052fc

Please sign in to comment.