Skip to content

Commit

Permalink
Fix CI Build πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Jun 23, 2022
1 parent bde5587 commit e1bdaa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opensrp-growth-monitoring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {

debug {
buildConfigField "int", "GROWTH_MONITORING_SYNC_TIME", '15'
testCoverageEnabled true
testCoverageEnabled false //Weird bug fix : https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/issues/183
}
}

Expand Down Expand Up @@ -83,6 +83,7 @@ android {

tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
jacoco.excludes = ['jdk.internal.*']
}


Expand Down

0 comments on commit e1bdaa5

Please sign in to comment.