We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e90cc8 commit 6a1deb7Copy full SHA for 6a1deb7
Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
27
sh '''
28
cd build
29
make coverage
30
- gcovr --xml > coverage.xml
+ gcovr --xml --output coverage.xml
31
cobertura autoUpdateHealth: false,
32
autoUpdateStability: false,
33
coberturaReportFile: 'build/coverage.xml',
0 commit comments