Skip to content

Commit

Permalink
gha: setup coverage with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 3, 2024
1 parent b4e5d60 commit 1630cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 1630cea

Please sign in to comment.