Skip to content

Commit f4bf16c

Browse files
ci: remove Codecov upload step from unit tests
1 parent beb602c commit f4bf16c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
- name: Run unit tests
2222
run: >-
2323
npm run test:unit -- --coverage
24-
- name: Upload coverage reports to Codecov
25-
uses: codecov/[email protected]
26-
with:
27-
os: linux
28-
token: ${{ secrets.CODECOV_TOKEN }}
29-
fail_ci_if_error: true # build should fail if Codecov runs into an error during upload
3024
cypress:
3125
name: Run Cypress tests
3226
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)