Skip to content

Commit 7da7084

Browse files
committed
[CI] rm coverage.json so codecov only uses lcov.info
1 parent b5d2d08 commit 7da7084

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
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)