Skip to content

Commit

Permalink
add token (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Feb 6, 2024
1 parent 879baee commit 9d57ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
files: ./coverage.xml
flags: unittests # optional
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)

pytest-pip-pre:
Expand Down Expand Up @@ -116,4 +117,5 @@ jobs:
files: ./coverage.xml
flags: unittests # optional
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)

0 comments on commit 9d57ea6

Please sign in to comment.