Skip to content

Commit 52b0703

Browse files
authored
Remove coverage report upload from CI workflow
Removed the upload coverage reports step from CI workflow.
1 parent eea11dc commit 52b0703

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,3 @@ jobs:
6363
run: pnpm run test:coverage
6464
if: matrix.node-version == '22.x'
6565

66-
- name: Upload coverage reports
67-
uses: codecov/codecov-action@v4
68-
if: matrix.node-version == '22.x'
69-
with:
70-
files: ./coverage/coverage-final.json
71-
flags: unittests
72-
name: codecov-umbrella
73-
env:
74-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
75-
continue-on-error: true

0 commit comments

Comments
 (0)