Skip to content

Commit

Permalink
ci(rust-test): Add CODECOV_TOKEN for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Apr 27, 2024
1 parent f143dc9 commit 4452beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4452beb

Please sign in to comment.