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.
bench_impl.h
1 parent a9e955d commit b1b8869Copy full SHA for b1b8869
CONTRIBUTING.md
@@ -92,12 +92,12 @@ Run the tests:
92
93
To create a report, `gcovr` is recommended, as it includes branch coverage reporting:
94
95
- $ gcovr --exclude 'src/bench*' --print-summary
+ $ gcovr --exclude 'src/bench*' --exclude 'src/modules/.*/bench_impl.h' --print-summary
96
97
To create a HTML report with coloured and annotated source code:
98
99
$ mkdir -p coverage
100
- $ gcovr --exclude 'src/bench*' --html --html-details -o coverage/coverage.html
+ $ gcovr --exclude 'src/bench*' --exclude 'src/modules/.*/bench_impl.h' --html --html-details -o coverage/coverage.html
101
102
#### Exhaustive tests
103
0 commit comments