Skip to content

Commit a83bf9b

Browse files
committed
added code coverage token
1 parent c9fb3a3 commit a83bf9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Upload coverage to Codecov
3434
uses: codecov/codecov-action@v3
3535
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}
3637
env_vars: OS,PYTHON
37-
fail_ci_if_error: false
38+
fail_ci_if_error: true
3839
verbose: true

0 commit comments

Comments
 (0)