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 09bcdab commit 6dbf2f6Copy full SHA for 6dbf2f6
.github/workflows/ubuntu.yml
@@ -385,13 +385,9 @@ jobs:
385
--exclude '.*modules/util/include/func_test_util.hpp' \
386
--exclude '.*modules/util/src/func_test_util.cpp' \
387
--gcov-ignore-parse-errors \
388
- --search-paths . \
389
- --search-paths gcov_data/rank_0 \
390
- --search-paths gcov_data/rank_1 \
391
- --search-paths gcov_data/rank_2 \
392
- --search-paths gcov_data/rank_3 \
393
--xml --output ../coverage.xml \
394
- --html=../cov-report/index.html --html-details
+ --html=../cov-report/index.html --html-details \
+ . gcov_data/rank_0 gcov_data/rank_1 gcov_data/rank_2 gcov_data/rank_3
395
- name: Upload coverage reports to Codecov
396
uses: codecov/[email protected]
397
with:
0 commit comments