Skip to content

Commit bd665b9

Browse files
committed
[CI] rm coverage.json so codecov only uses lcov.info
1 parent 6e25818 commit bd665b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-dev-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ jobs:
214214

215215
- name: Generate Coverage lcov report
216216
if: runner.os == 'Linux'
217-
run: just lcov
217+
run: |
218+
rm coverage.json
219+
just lcov
218220
219221
- uses: codecov/codecov-action@v4
220222
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)