Skip to content

Commit 4cbab07

Browse files
authored
fix(tools): remove codecov from ci
Removed Codecov upload step from CI workflow.
1 parent 6634e40 commit 4cbab07

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ jobs:
6161

6262
- name: Run tests
6363
run: pnpm run test:coverage
64-
65-
- name: Upload coverage reports to Codecov
66-
uses: codecov/codecov-action@v3
67-
env:
68-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)