Skip to content

Commit 6a1deb7

Browse files
committed
Specify output
1 parent 8e90cc8 commit 6a1deb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727
sh '''
2828
cd build
2929
make coverage
30-
gcovr --xml > coverage.xml
30+
gcovr --xml --output coverage.xml
3131
cobertura autoUpdateHealth: false,
3232
autoUpdateStability: false,
3333
coberturaReportFile: 'build/coverage.xml',

0 commit comments

Comments
 (0)