diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/coverage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coverage.sh b/tools/coverage.sh index 0790d68..b5f4a17 100755 --- a/tools/coverage.sh +++ b/tools/coverage.sh @@ -6,7 +6,7 @@ cd $PROJ_ROOT HTML_DIR=build/coverage/html -ctest --test-dir build/test -j8 +ctest --test-dir build/test -j8 --output-on-failure # cd build mkdir -p ${HTML_DIR} gcovr --exclude-throw-branches --exclude build/_deps/ --exclude test -r . --html-details ${HTML_DIR}/gcovr_report.html |