Skip to content

Commit

Permalink
ci: add CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored Feb 3, 2024
1 parent 38fe282 commit 9f22769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: npm run all
- name: Upload Coverage
if: matrix.node-version == 20
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9f22769

Please sign in to comment.