Skip to content

Commit

Permalink
export coverage to codecov even when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
qmarcou committed Feb 13, 2024
1 parent 5dbc6bc commit f8c6e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
coverage run -m unittest keras_utils/tests/test_*.py
- name: Upload Coverage to Codecov
if: '!cancelled()'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f8c6e93

Please sign in to comment.