Commit 9d6f9d16 authored by Dominik Charousset's avatar Dominik Charousset

Archive coverage.xml in Jenkins

parent 4e5eacd8
......@@ -66,6 +66,7 @@ msOpts = "-DCAF_BUILD_STATIC_ONLY:BOOL=yes " +
def coverageReport() {
dir('caf-sources') {
sh 'gcovr -e libcaf_test -e ".*/test/.*" -x -r .. > coverage.xml'
archiveArtifacts '**/coverage.xml'
cobertura([
autoUpdateHealth: false,
autoUpdateStability: false,
......
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