Skip to content

Commit

Permalink
try explicitly adding CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Nov 7, 2023
1 parent d391bb1 commit 77a6fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

- name: Fail if coverage is <100%.
run: |
Expand All @@ -148,3 +150,5 @@ jobs:
name: html-report
path: htmlcov
if: ${{ failure() }}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 77a6fce

Please sign in to comment.