From 0b400af9519444deef4cc6ad2c43c30e2092ab4f Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sat, 4 Jan 2025 09:56:12 -0600 Subject: Fix bug related to string copying. --- tools/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/coverage.sh') 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 -- cgit v1.2.3