File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,5 +33,6 @@ slack_app: false
33
33
34
34
ignore :
35
35
- " src/test/"
36
+ - " src/tests/"
36
37
- " include/xrpl/beast/test/"
37
38
- " include/xrpl/beast/unit_test/"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ setup_target_for_coverage_gcovr(
33
33
FORMAT ${coverage_format}
34
34
EXECUTABLE rippled
35
35
EXECUTABLE_ARGS --unittest$<$<BOOL :${coverage_test} >:=${coverage_test} > --unittest-jobs ${coverage_test_parallelism} --quiet --unittest-log
36
- EXCLUDE "src/test" "include/xrpl/beast/test" "include/xrpl/beast/unit_test" "${CMAKE_BINARY_DIR} /pb-xrpl.libpb"
36
+ EXCLUDE "src/test" "src/tests" " include/xrpl/beast/test" "include/xrpl/beast/unit_test" "${CMAKE_BINARY_DIR} /pb-xrpl.libpb"
37
37
DEPENDENCIES rippled
38
38
)
39
39
You can’t perform that action at this time.
0 commit comments