mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 08:22:52 +00:00
generate unit test coverage xml for codecov upload
This commit is contained in:
@@ -55,7 +55,7 @@ project.gradle.taskGraph.whenReady {
|
||||
task jacocoTestReport(type: JacocoReport ,
|
||||
dependsOn: ['compileAnyDeviceDebugSources' /*'testAnyDeviceDebugUnitTest' , 'create<device>DebugCoverageReport'*/]) {
|
||||
reports {
|
||||
xml.enabled = false
|
||||
xml.enabled = true
|
||||
html.enabled = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user