bmuschko/gradle-clover-plugin

excluding tests

Open

#18 geöffnet am 12. Juni 2012

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Groovy (49 Forks)github user discovery
Feature Requestgood first issuehelp wanted

Repository-Metriken

Stars
 (75 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide