]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Enable coverage tests again
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Dec 2024 14:27:35 +0000 (14:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Dec 2024 14:27:35 +0000 (14:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index fa02f066b511904757a28f018f9642a30f00739b..3c0cb1557e1859e4c3f4a91dd076dace0a1d4733 100644 (file)
@@ -121,11 +121,6 @@ pipeline {
                }
 
                stage("Coverage Tests") {
-                       // Disabled to be faster with testing the following stages
-                       when {
-                               expression { false }
-                       }
-
                        parallel {
                                /*
                                        Run Pakfire through Clang's Static Analyzer...