Skip to content

Commit 1a1a820

Browse files
committed
chore: add codecov token
This is supposed to fix codecov. Fixes #1124
1 parent a3a7e74 commit 1a1a820

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Check for modified files (skip on Windows)
3939
run: npm run after-travis
4040
if: matrix.os != 'windows-latest'
41-
- uses: codecov/codecov-action@v2
41+
- name: Upload coverage reports to Codecov
42+
uses: codecov/codecov-action@v3
4243
with:
44+
token: ${{ secrets.CODECOV_TOKEN }}
4345
fail_ci_if_error: true

0 commit comments

Comments
 (0)