Skip to content

Commit 28e9cf7

Browse files
authored
Update main.yml
1 parent f459e10 commit 28e9cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
lcov --remove coverage.info '${{ github.workspace }}/build/*' --ignore-errors unused --output-file coverage.info
268268
# output coverage data for debugging (optional)
269269
lcov --list coverage.info
270+
rm -rf ./build/
270271
271272
- name: Upload to codecov.io
272273
if: ${{ success() && (matrix.coverage == true) }}
@@ -298,3 +299,4 @@ jobs:
298299

299300

300301

302+

0 commit comments

Comments
 (0)