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:
2026-04-23 23:43:25 +02:00
parent 8785f2b7cb
commit 041b7f43fb
9 changed files with 348 additions and 60 deletions

View File

@@ -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