Skip to content

Commit a7f1d12

Browse files
committed
ci: count coverage of extension when called from python
1 parent 6a11fee commit a7f1d12

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
@@ -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
)

0 commit comments

Comments
 (0)