Skip to content

Commit

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

0 comments on commit ce1922d

Please sign in to comment.