Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: specify CODECOV_TOKEN
  • Loading branch information
thomasrockhu-codecov committed Sep 13, 2023
commit 3edd5780f68808e9dbed4625295a35e85712ce56
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
pip install codecov-cli
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.0-beta.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}