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 e9e3526 + 3ed9f56 commit 4be32c5Copy full SHA for 4be32c5
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.json src/e2e.spec.ts src/tsconfig.test.json
39
40
- name: Upload test coverage report to Codecov
41
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2.0.2
42
with:
43
fail_ci_if_error: true
44
0 commit comments