* .gitlab-ci.yml (Scan-Build): Allow failure due to two false positives

This commit is contained in:
Tim Rühsen 2022-01-23 13:54:27 +01:00
parent a24e67e239
commit e6fa409a4d

View File

@ -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