Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8091a3c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ 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
42-
with:
43-
fail_ci_if_error: true
41+
- name: Upload coverage reports to Codecov
42+
uses: codecov/codecov-action@v3
43+
env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)