Skip to content

Commit

Permalink
gha: fix coverage report format
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 3, 2024
1 parent ef32ca9 commit b3d2b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: nox -s lint-${{ matrix.pyv }}

- name: Run tests
run: nox -s tests-${{ matrix.pyv }}
run: nox -s tests-${{ matrix.pyv }} -- --cov-report=xml

- name: Upload coverage report
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit b3d2b2b

Please sign in to comment.