bmuschko/gradle-clover-plugin

excluding tests

Open

#18 opened on 2012年6月12日

GitHub で見る
 (5 comments) (0 reactions) (1 assignee)Groovy (49 forks)github user discovery
Feature Requestgood first issuehelp wanted

Repository metrics

Stars
 (75 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド