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.
2 parents 085351e + 99375cc commit bc57e42Copy full SHA for bc57e42
1 file changed
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Run unit tests
72
run: npm run test
73
- name: Send code coverage report to Codecov
74
- uses: codecov/codecov-action@v1.3.1
+ uses: codecov/codecov-action@v1.5.0
75
with:
76
token: ${{secrets.CODECOV_TOKEN}}
77
file: coverage/*.json
0 commit comments