diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index d4e8f42f6..bb23a715a 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -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 diff --git a/codecov.yml b/codecov.yml index 9ab051cfb..fe69f69bb 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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)