Skip to content
Snippets Groups Projects
Commit 7204746f authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

added block to filter packages from coverage

parent ce41f077
No related branches found
No related tags found
1 merge request!378Nshm tests
...@@ -80,6 +80,13 @@ jacocoTestReport { ...@@ -80,6 +80,13 @@ jacocoTestReport {
xml.enabled true xml.enabled true
html.enabled true html.enabled true
} }
afterEvaluate {
classDirectories = files(classDirectories.files.collect {
fileTree(
dir: it,
exclude: ['**/etc/**'])
})
}
} }
check.dependsOn jacocoTestReport check.dependsOn jacocoTestReport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment