Skip to content

Commit

Permalink
Update gcovr EXCLUDE (XRPLF#5084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek authored and vlntb committed Aug 23, 2024
1 parent 5a03024 commit 6a81474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/RippledCov.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ setup_target_for_coverage_gcovr(
FORMAT ${coverage_format}
EXECUTABLE rippled
EXECUTABLE_ARGS --unittest$<$<BOOL:${coverage_test}>:=${coverage_test}> --unittest-jobs ${coverage_test_parallelism} --quiet --unittest-log
EXCLUDE "src/test" "${CMAKE_BINARY_DIR}/proto_gen" "${CMAKE_BINARY_DIR}/proto_gen_grpc"
EXCLUDE "src/test" "include/xrpl/beast/test" "include/xrpl/beast/unit_test" "${CMAKE_BINARY_DIR}/pb-xrpl.libpb"
DEPENDENCIES rippled
)

0 comments on commit 6a81474

Please sign in to comment.