Skip to content

Commit

Permalink
Use codecov token for uploading codecov report
Browse files Browse the repository at this point in the history
This is to bypass the ratelimits that impact our
coverage report upload sporadically.
  • Loading branch information
thunderboltsid committed Jan 15, 2024
1 parent d5cf036 commit d47bc35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml # Replace with the path to your coverage report
fail_ci_if_error: true
Expand Down

0 comments on commit d47bc35

Please sign in to comment.