Skip to content

Commit 707fc0b

Browse files
committed
ci: fix coverage reporting
1 parent dcabd97 commit 707fc0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ if(ENABLE_COVERAGE)
7979
--exclude-noncode-lines --exclude-throw-branches --exclude-unreachable-branches --decisions
8080
--gcov-executable="${GCOV_TOOL}"
8181
--gcov-exclude-directories "${PROJECT_SOURCE_DIR}/vcpkg"
82-
--gcov-delete
8382
--sonarqube "${PROJECT_BINARY_DIR}/coverage/coverage-examples.xml"
8483
COMMAND
8584
gcovr -f "${PROJECT_SOURCE_DIR}/src/" -r "${PROJECT_SOURCE_DIR}"

0 commit comments

Comments
 (0)