Feature Requestgood first issuehelp wanted
仓库指标
- Star
- (75 star)
- PR 合并指标
- (PR 指标待抓取)
描述
The clover plugin doesn't seem to be respecting
sourceSets {
test {
java.exclude("TestA.java")
java.exclude("TestC.java")
}
}
When I run cloverGenerateReport, it still runs those tests. Do I need to specifically exclude them also under clover?
Thanks, Matt