File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ Run the tests:
92
92
93
93
To create a report, ` gcovr ` is recommended, as it includes branch coverage reporting:
94
94
95
- $ gcovr --merge-mode-functions=separate --exclude 'src/bench*' --exclude 'src/modules/.*/bench_impl.h' --print-summary
95
+ $ gcovr --gcov-ignore-parse-errors=all -- merge-mode-functions=separate --exclude 'src/bench*' --exclude 'src/modules/.*/bench_impl.h' --print-summary
96
96
97
97
To create a HTML report with coloured and annotated source code:
98
98
99
99
$ mkdir -p coverage
100
- $ gcovr --merge-mode-functions=separate --exclude 'src/bench*' --exclude 'src/modules/.*/bench_impl.h' --html --html-details -o coverage/coverage.html
100
+ $ gcovr --gcov-ignore-parse-errors=all -- merge-mode-functions=separate --exclude 'src/bench*' --exclude 'src/modules/.*/bench_impl.h' --html --html-details -o coverage/coverage.html
101
101
102
102
#### Exhaustive tests
103
103
You can’t perform that action at this time.
0 commit comments