Skip to content

Commit

Permalink
Update jacoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkranzler5 committed Dec 14, 2023
1 parent 0d64a3d commit 3beae4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/jacoco.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apply plugin: "com.vanniktech.android.junit.jacoco"

junitJacoco {
// WARNING! Don"t upgrade unless https://github.com/Malinskiy/danger-jacoco/issues/10 is fixed
jacocoVersion = '0.8.2'
jacocoVersion = '0.8.8'
excludes = [
// Defaults
'**/androidx/**/*.*',
Expand Down

0 comments on commit 3beae4f

Please sign in to comment.