Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Apr 17, 2024
1 parent d02bbbc commit 8720ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,7 @@ jobs:
- name: Upload coverage to codecov
if: "endsWith(matrix.tox_env, '-cov')"
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ codecov:

comment:
after_n_builds: 7
# will leave a comment on the pull request after 7 (out of 9)
# will leave a comment on the pull request after 7 (out of 9)
# continuous integration tests have completed

coverage:
round: nearest
# rounds the coverage percentage to the nearest value,
# rounds the coverage percentage to the nearest value,
# instead of always rounding down (former default behaviour)

0 comments on commit 8720ce6

Please sign in to comment.