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 55185cb + 27ee445 commit 1e858f8Copy full SHA for 1e858f8
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: yarn test --ci --coverage
39
40
- name: Upload coverage to Codecov
41
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
42
with:
43
files: ./src/coverage/coverage-final.json
44
fail_ci_if_error: true
0 commit comments