From e6fa409a4d959fc710ea8e044db403c2c6248ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 23 Jan 2022 13:54:27 +0100 Subject: [PATCH] * .gitlab-ci.yml (Scan-Build): Allow failure due to two false positives --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 055425f7..1e614f01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -349,6 +349,8 @@ Scan-Build: when: on_failure paths: - scan-build/ + # scan-build reports two false positives that we can't suppress + allow_failure: true CoverageReports: stage: test-from-tarball