Skip to content

Commit 1943347

Browse files
committed
⚙️ :: coverallsJacoco reportPath 변경
1 parent 4170374 commit 1943347

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,8 @@ jacocoTestReport {
112112
xml.enabled = true // coveralls plugin depends on xml format report
113113
html.enabled = true
114114
}
115+
}
116+
117+
coverallsJacoco {
118+
reportPath = "lib/build/reports/jacoco/test/jacocoTestReport.xml"
115119
}

0 commit comments

Comments
 (0)