Skip to content

Commit

Permalink
Add codecov connection
Browse files Browse the repository at this point in the history
  • Loading branch information
landoskape committed Dec 20, 2024
1 parent 46c48aa commit eed999c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
pytest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true

0 comments on commit eed999c

Please sign in to comment.