Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a7e74 commit 8091a3cCopy full SHA for 8091a3c
.github/workflows/main.yml
@@ -38,6 +38,6 @@ jobs:
38
- name: Check for modified files (skip on Windows)
39
run: npm run after-travis
40
if: matrix.os != 'windows-latest'
41
- - uses: codecov/codecov-action@v2
42
- with:
43
- fail_ci_if_error: true
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v3
+ env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments