Skip to content

Commit

Permalink
Add an Actions secrets for CodeCov Repository upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Nov 19, 2022
1 parent 7631f76 commit 5cf467b
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 @@ -34,6 +34,7 @@ jobs:
if: ${{ matrix.python-version==3.8 }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage.xml
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit 5cf467b

Please sign in to comment.