Skip to content

Commit

Permalink
ci(codecov): add upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jun 5, 2024
1 parent c3ed0c6 commit d70de7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["18", "20", "22"]
node-version: ["18", "20", "21"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -58,3 +58,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d70de7c

Please sign in to comment.