Skip to content

Commit

Permalink
added code coverage token
Browse files Browse the repository at this point in the history
  • Loading branch information
brendancol committed Apr 22, 2024
1 parent c9fb3a3 commit a83bf9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
fail_ci_if_error: false
fail_ci_if_error: true
verbose: true

0 comments on commit a83bf9b

Please sign in to comment.