From: Michael Tremer Date: Fri, 24 Jan 2025 11:14:23 +0000 (+0000) Subject: jenkins: Remove the range option from lcov X-Git-Tag: 0.9.30~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff21855d3f91afc8b9b2cf5ce043311765cc1108;p=pakfire.git jenkins: Remove the range option from lcov This is not understood by older versions. Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index c7330011..c8752ecf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -232,16 +232,14 @@ pipeline { lcov \ --capture \ --directory . \ - --output-file coverage.info \ - --ignore-errors range,range + --output-file coverage.info """ // Generate HTML report sh """ genhtml \ coverage.info \ - --output-directory lcov \ - --ignore-errors range,range + --output-directory lcov """ // Upload the report