Skip to content

Commit 4af7388

Browse files
fix: remove the existing coverage report
1 parent b28b0d2 commit 4af7388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
env:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2525

26+
- name: Delete existing coverage report
27+
run: rm coverage.json
28+
2629
- name: Upload coverage to Codecov
2730
uses: codecov/codecov-action@v4
2831
with:

0 commit comments

Comments
 (0)