Skip to content

Commit 91d02e3

Browse files
committed
ci: count coverage of extension when called from python
1 parent 822be25 commit 91d02e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ pipeline {
836836
when{
837837
allOf{
838838
equals expected: true, actual: params.USE_SONARQUBE
839+
equals expected: true, actual: params.RUN_CHECKS
839840
expression{
840841
try{
841842
withCredentials([string(credentialsId: params.SONARCLOUD_TOKEN, variable: 'dddd')]) {

0 commit comments

Comments
 (0)