File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ pipeline {
788788 post{
789789 always{
790790 sh(label : ' Creating gcovr coverage report' ,
791- script : ''' uv run gcovr --root $WORKSPACE --filter=src/py3exiv2bind -- keep --print-summary --json=$WORKSPACE/reports/coverage/coverage_cpp_tests.json --txt=$WORKSPACE/reports/coverage/text_cpp_tests_summary.txt --exclude-throw-branches --gcov-object-directory=$WORKSPACE/build/cpp build/cpp
791+ script : ''' uv run gcovr --root $WORKSPACE --keep --print-summary --json=$WORKSPACE/reports/coverage/coverage_cpp_tests.json --txt=$WORKSPACE/reports/coverage/text_cpp_tests_summary.txt --exclude-throw-branches --gcov-object-directory=$WORKSPACE/build/cpp build/cpp
792792 cat reports/coverage/text_cpp_tests_summary.txt
793793 '''
794794 )
You can’t perform that action at this time.
0 commit comments