Skip to content

Commit

Permalink
Set gcovr parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek committed Jan 10, 2024
1 parent b0c5618 commit 98dcf0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Builds/CMake/RippledCov.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ endif()
list(APPEND GCOVR_ADDITIONAL_ARGS
--exclude-throw-branches
--exclude-noncode-lines
--exclude-unreachable-branches -s)
--exclude-unreachable-branches -s
-j ${coverage_test_parallelism})

setup_target_for_coverage_gcovr(
NAME coverage
Expand Down

0 comments on commit 98dcf0b

Please sign in to comment.