Skip to content

Commit

Permalink
Remove CPP coverage target from default coverage target (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 authored Dec 26, 2024
1 parent c1709e7 commit a28a132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ task coverage_cpp_report {
}

task coverage {
dependsOn coverage_java_report, coverage_cpp_report
dependsOn coverage_java_report
}

task release {
Expand Down

0 comments on commit a28a132

Please sign in to comment.