mirror of
https://github.com/mirror/wget.git
synced 2025-03-29 13:30:30 +08:00
* .gitlab-ci.yml (Scan-Build): Allow failure due to two false positives
This commit is contained in:
parent
a24e67e239
commit
e6fa409a4d
@ -349,6 +349,8 @@ Scan-Build:
|
|||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
- scan-build/
|
- scan-build/
|
||||||
|
# scan-build reports two false positives that we can't suppress
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
CoverageReports:
|
CoverageReports:
|
||||||
stage: test-from-tarball
|
stage: test-from-tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user