From f9bfc12b6ead386b722c59b0e25211f7354a43ca Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 26 Apr 2023 14:30:20 +0100 Subject: [PATCH] ci: Disable the Coverity CI job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not produced anything but false positives for several years now, and it would be better to save the CI/analysis/triage resources and instead focus on `scan_build` reports, which generally seem to be more useful. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 182b9c7a7..b05a7098f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -595,7 +595,7 @@ scan-build: paths: - "_scan_build/meson-logs/scanbuild" -coverity: +.coverity: extends: - .build-linux - .only-schedules