Skip to content

Commit

Permalink
fixes jacoco report path
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 7, 2017
1 parent df20dab commit 56e039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planb-core/build.gradle
Expand Up @@ -55,7 +55,7 @@ dependencies {
}

coveralls {
jacocoReportPath = "${buildDir}/reports/coverage/release/report.xml"
jacocoReportPath = "${buildDir}/reports/coverage/debug/report.xml"
}

tasks.coveralls {
Expand Down

0 comments on commit 56e039d

Please sign in to comment.