Skip to content

Commit

Permalink
Generate coverage report into /reports
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpepek committed Oct 6, 2024
1 parent 73b6371 commit 1baa60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpptest-coverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function (cpptest_enable_coverage)
-root ${CPPTEST_SOURCE_DIR}
-coverage=${CPPTEST_COVERAGE_TYPE_REPORT}
"${CPPTEST_SOURCE_DIR}/.coverage"
-out "${CPPTEST_SOURCE_DIR}/.coverage/index.html"
-out "${CPPTEST_SOURCE_DIR}/reports/index.html"
&&
${CPPTEST_HOME_DIR}/bin/cpptestcov report text
-root ${CPPTEST_SOURCE_DIR}
Expand Down

0 comments on commit 1baa60e

Please sign in to comment.