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 193f27c + aaaf4b0 commit 366fe91Copy full SHA for 366fe91
.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@v2.0.3
+ uses: codecov/codecov-action@v2.1.0
42
with:
43
fail_ci_if_error: true
44
0 commit comments