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 @@ -660,7 +660,7 @@ pipeline {
660660 script{
661661 try {
662662 sh(label : ' Creating gcovr coverage report' ,
663- script : ' uv run gcovr --root $WORKSPACE --exclude \'\\ .venv\' --exclude \' /.*/build/\' --exclude-directories=$WORKSPACE/.venv --exclude-directories=$WORKSPACE/build/cpp --exclude-directories=$WORKSPACE/build/temp/cmake_builds/exiv2/_deps --print-summary --json=$WORKSPACE/reports/coverage/coverage-c-extension_tests.json --txt=$WORKSPACE/reports/coverage/coverage-c-extension_tests.txt --exclude-throw-branches --fail-under-line=1 --gcov-object-directory=$WORKSPACE/build/temp/src build/temp/src'
663+ script : ' uv run gcovr --root $WORKSPACE --exclude \'\\ .venv\' --exclude \' /.*/build/\' --exclude-directories=$WORKSPACE/.venv --exclude-directories=$WORKSPACE/build/cpp --exclude-directories=$WORKSPACE/build/temp/cmake_builds/exiv2/_deps --print-summary --json=$WORKSPACE/reports/coverage/coverage-c-extension_tests.json --txt=$WORKSPACE/reports/coverage/coverage-c-extension_tests.txt --exclude-throw-branches --exclude-unreachable-branches -- fail-under-line=1 --gcov-object-directory=$WORKSPACE/build/temp/src build/temp/src'
664664 )
665665 } catch (e){
666666 sh(label : ' locating gcno and gcda files' , script : ' find . \\ ( -name "*.gcno" -o -name "*.gcda" \\ )' )
You can’t perform that action at this time.
0 commit comments