Skip to content

Commit 3891b46

Browse files
committed
Remove code coverage upload
Too buggy
1 parent ac1779b commit 3891b46

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,4 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm install
25-
- run: npm run test:coverage
26-
- uses: codecov/codecov-action@v5
27-
if: matrix.node-version == 20
28-
with:
29-
token: ${{ secrets.CODECOV_TOKEN }}
30-
fail_ci_if_error: true
25+
- run: npm run test

0 commit comments

Comments
 (0)