Skip to content

Commit

Permalink
Add codevoc token
Browse files Browse the repository at this point in the history
  • Loading branch information
Niekes committed Dec 5, 2023
1 parent 1645bae commit d2489f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
strategy:
matrix:
node:
Expand Down

0 comments on commit d2489f0

Please sign in to comment.