We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fca8e7 commit 170a4c6Copy full SHA for 170a4c6
.github/workflows/main.yml
@@ -263,6 +263,7 @@ jobs:
263
vers="${CC#*-}"
264
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers}
265
lcov --remove coverage.info '/usr/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
266
+ # output coverage data for debugging (optional)
267
lcov --list coverage.info
268
269
- name: Upload to codecov.io
@@ -294,3 +295,4 @@ jobs:
294
295
296
297
298
+
0 commit comments