Skip to content

Commit

Permalink
Update coverage runner (#3)
Browse files Browse the repository at this point in the history
* Remove unneeded token

* Fail CI on upload error
  • Loading branch information
drhagen authored Nov 8, 2022
1 parent cc162c9 commit 9322394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
quality:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 9322394

Please sign in to comment.