Skip to content

Commit

Permalink
build(ci): add codecov token (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Apr 7, 2024
1 parent 4d4a46f commit d738c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
working-directory: main

0 comments on commit d738c19

Please sign in to comment.