bmuschko/gradle-clover-plugin

excluding tests

Open

#18 建立於 2012年6月12日

在 GitHub 查看
 (5 留言) (0 反應) (1 負責人)Groovy (49 fork)github user discovery
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

貢獻者指南