Skip to content

Commit

Permalink
Use codecov token for uploading codecov report (#362)
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 authored Jan 16, 2024
1 parent d5cf036 commit 50fa8f0
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 50fa8f0

Please sign in to comment.