bmuschko/gradle-clover-plugin

excluding tests

Open

#18 ouverte le 12 juin 2012

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)Groovy (49 forks)github user discovery
Feature Requestgood first issuehelp wanted

Métriques du dépôt

Stars
 (75 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur