Commit 555b27a4 authored by Dominik Charousset's avatar Dominik Charousset

Exclude upstream CAF from coverage report

parent fcca724e
......@@ -103,6 +103,7 @@ def coverageReport(buildId) {
// Paths we wish to ignore in the coverage report.
def installDir = "$WORKSPACE/$buildId"
def excludePaths = [
installDir,
"/usr/",
]
def excludePathsStr = excludePaths.join(',')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment