bmuschko/gradle-clover-plugin

excluding tests

Open

#18 aperta il 12 giu 2012

Vedi su GitHub
 (5 commenti) (0 reazioni) (1 assegnatario)Groovy (49 fork)github user discovery
Feature Requestgood first issuehelp wanted

Metriche repository

Star
 (75 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor