Skip to content

Commit 04e4a3d

Browse files
committed
chore: remove codecov upload step from CI workflow
1 parent faefad1 commit 04e4a3d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,3 @@ jobs:
3737

3838
- run: bun run test:coverage
3939
working-directory: ./package
40-
41-
- name: Upload coverage reports
42-
uses: codecov/codecov-action@v4
43-
with:
44-
files: ./package/coverage/lcov.info
45-
flags: unittests
46-
name: codecov-umbrella

0 commit comments

Comments
 (0)