Skip to content

Commit 1ad62b4

Browse files
authored
make gcovr report nested. dunno if this works
1 parent 1b886d9 commit 1ad62b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gcov_coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ gcovr \
66
--exclude '/usr/include/.*' \
77
--html \
88
--html-details \
9+
--html-nested \
910
-o coverage/coverage.html \
1011
--gcov-ignore-parse-errors=negative_hits.warn_once_per_file \
1112
--gcov-ignore-errors=no_working_dir_found
12-
echo "Find coverage report at: $(realpath ./coverage/coverage.html)"
13+
echo "Find coverage report at: $(realpath ./coverage/coverage.html)"

0 commit comments

Comments
 (0)