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 ba2b194 commit 8838695
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/codecov-action@v3.1.4
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 8838695

Please sign in to comment.