We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b886d9 commit 1ad62b4Copy full SHA for 1ad62b4
gcov_coverage.sh
@@ -6,7 +6,8 @@ gcovr \
6
--exclude '/usr/include/.*' \
7
--html \
8
--html-details \
9
+ --html-nested \
10
-o coverage/coverage.html \
11
--gcov-ignore-parse-errors=negative_hits.warn_once_per_file \
12
--gcov-ignore-errors=no_working_dir_found
-echo "Find coverage report at: $(realpath ./coverage/coverage.html)"
13
+echo "Find coverage report at: $(realpath ./coverage/coverage.html)"
0 commit comments