摘要: 1、配置build.gradle文件的jacoco apply plugin: 'jacoco' jacoco { toolVersion = "0.8.5" reportsDir = file("$buildDir/customJacocoReportDir") } jacocoTestRepor 阅读全文
posted @ 2020-02-19 16:15 wangfg 阅读(3650) 评论(1) 推荐(0) 编辑
摘要: 1、配置build.gradle文件 apply plugin: 'jacoco' jacoco { toolVersion = "0.8.5" reportsDir = file("$buildDir/customJacocoReportDir") } jacocoTestReport { rep 阅读全文
posted @ 2020-02-19 16:03 wangfg 阅读(1487) 评论(0) 推荐(0) 编辑