Skip to content

Commit

Permalink
chore: add codecov token
Browse files Browse the repository at this point in the history
No change to logic. This adds a codecov token to the project.
  • Loading branch information
nfischer committed Jun 22, 2024
1 parent 0dcbb9d commit e86411b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- run: npm install
- run: npm run test
- run: npm run check-node-support
- uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit e86411b

Please sign in to comment.