Skip to content

Commit 1de94e9

Browse files
committed
removes codecov-action
1 parent 8845343 commit 1de94e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
- run: pnpm test:types
2424
- run: pnpm build
2525
- run: pnpm vitest --coverage
26-
- uses: codecov/codecov-action@v5
27-
with:
28-
token: ${{ secrets.CODECOV_TOKEN }}
29-
3026
- name: SonarQube Scan
3127
uses: SonarSource/sonarqube-scan-action@v5
3228
env:

0 commit comments

Comments
 (0)