Practical improvements
fix: cli-compilation doc is missing some params chore: ExperimentCli is not relevant for JaCoCo feat: human-readable format of trie metadata fix: some new JUnit-s added
This commit is contained in:
@@ -142,6 +142,12 @@ tasks.withType(Pmd).configureEach {
|
||||
tasks.named('jacocoTestReport', JacocoReport) {
|
||||
dependsOn(tasks.named('test'))
|
||||
|
||||
classDirectories.setFrom(
|
||||
files(sourceSets.main.output).asFileTree.matching {
|
||||
exclude 'org/egothor/stemmer/StemmerKnowledgeExperiment*'
|
||||
}
|
||||
)
|
||||
|
||||
reports {
|
||||
xml.required = true
|
||||
csv.required = false
|
||||
|
||||
Reference in New Issue
Block a user