Skip to content

Commit 053f4e3

Browse files
committed
ci: count coverage of extension when called from python
1 parent 0e23d75 commit 053f4e3

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
@@ -583,7 +583,7 @@ pipeline {
583583
when{
584584
equals expected: true, actual: params.RUN_CHECKS
585585
}
586-
stages{
586+
parallel{
587587
stage('Python tests'){
588588
environment{
589589
GCOV_PREFIX='build/temp'

0 commit comments

Comments
 (0)