Skip to content

Commit 6c4ba81

Browse files
committed
refactor github workflow: adjust coverage report path configuration for enhanced clarity and structure
1 parent 6dbf2f6 commit 6c4ba81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ jobs:
386386
--exclude '.*modules/util/src/func_test_util.cpp' \
387387
--gcov-ignore-parse-errors \
388388
--xml --output ../coverage.xml \
389-
--html=../cov-report/index.html --html-details \
389+
--html=../cov-report/index.html \
390+
--html-details=../cov-report/ \
390391
. gcov_data/rank_0 gcov_data/rank_1 gcov_data/rank_2 gcov_data/rank_3
391392
- name: Upload coverage reports to Codecov
392393
uses: codecov/[email protected]

0 commit comments

Comments
 (0)