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 3dfb246 commit 5e5ca5fCopy full SHA for 5e5ca5f
.github/workflows/run-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
run: npm run test -- --coverage --coverageReporters json
65
66
- name: Upload coverage to Codecov
67
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
files: coverage/coverage-final.json
0 commit comments