diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af0883a..3421861 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - run: npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.json src/e2e.spec.ts src/tsconfig.test.json - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1.5.0 with: fail_ci_if_error: true