Skip to content

Commit 170a4c6

Browse files
authored
Refactor GitHub Actions workflow for native builds
1 parent 2fca8e7 commit 170a4c6

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
@@ -263,6 +263,7 @@ jobs:
263263
vers="${CC#*-}"
264264
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers}
265265
lcov --remove coverage.info '/usr/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
266+
# output coverage data for debugging (optional)
266267
lcov --list coverage.info
267268
268269
- name: Upload to codecov.io
@@ -294,3 +295,4 @@ jobs:
294295

295296

296297

298+

0 commit comments

Comments
 (0)