Skip to content

Commit 73023cd

Browse files
committed
test: update Catch2 to use version 2.11.0
1 parent 1dad4fc commit 73023cd

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
@@ -589,7 +589,7 @@ pipeline {
589589
]
590590
)
591591
sh '''. ./venv/bin/activate
592-
mkdir -p reports && gcovr --filter src/uiucprescon/imagevalidate --print-summary --xml -o reports/coverage_cpp.xml
592+
mkdir -p reports && gcovr --filter src/uiucprescon/imagevalidate --excludes-directories build/cpp/_deps/ --print-summary --xml -o reports/coverage_cpp.xml
593593
'''
594594
stash(includes: 'reports/coverage_cpp.xml', name: 'CPP_COVERAGE_REPORT')
595595
}

0 commit comments

Comments
 (0)