Skip to content

Commit

Permalink
Enable XML for CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Aug 19, 2018
1 parent 1d3e386 commit 43aa068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ project.afterEvaluate {
])

reports {
xml.enabled = false
xml.enabled = true // Enabled for CodeCov
html.enabled = true
}
}
Expand Down

0 comments on commit 43aa068

Please sign in to comment.