Skip to content

Commit

Permalink
Use project specific codecov token for coverage reports
Browse files Browse the repository at this point in the history
This is an attempt at fixing 503 errors which occur sometimes
during coverage uploads
#148.
  • Loading branch information
kdarkhan committed Jan 16, 2024
1 parent ec5968c commit 4b94abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: codecov-report.json
fail_ci_if_error: true

Expand Down

0 comments on commit 4b94abc

Please sign in to comment.