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