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.
2 parents 7d967e2 + 40e9344 commit 4eb8e6eCopy full SHA for 4eb8e6e
1 file changed
Makefile
@@ -106,7 +106,11 @@ test: env dependencies build clean/test
106
cd build && make test
107
108
coverage: test
109
- lcov ${COVERAGE_TOOL_OPTS} -o coverage/lcov.info --no-external --capture --exclude "build/vcpkg_installed" --exclude "test.cpp" --directory .
+ lcov ${COVERAGE_TOOL_OPTS} -o coverage/lcov.info \
110
+ --no-external --capture \
111
+ --exclude "build/vcpkg_installed" \
112
+ --exclude "tests/*" \
113
+ --directory .
114
115
coverage/html: coverage
116
genhtml ${COVERAGE_TOOL_OPTS} -o coverage/ --show-details --legend coverage/lcov.info
0 commit comments