Skip to content

Commit

Permalink
ci: fix codecov upload (#9)
Browse files Browse the repository at this point in the history
Ah the token is now needed with `codecov/codecov-action@v4`

codecov/codecov-action#1293
  • Loading branch information
jeanregisser authored Apr 19, 2024
1 parent 93e39b0 commit 0a23b3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
path: coverage/lcov-report
- name: 'Upload coverage to Codecov'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
publish:
name: Publish to NPM
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 0a23b3a

Please sign in to comment.