Skip to content

Commit

Permalink
add coverage token
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed May 20, 2024
1 parent 562d3c7 commit 93dd21d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
coverage run -m pytest
- name: "Upload Report to Codecov"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
fail_ci_if_error: true # optional (default = false)
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)

0 comments on commit 93dd21d

Please sign in to comment.