summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-04-26 14:30:20 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2023-04-26 14:30:20 +0100
commitf9bfc12b6ead386b722c59b0e25211f7354a43ca (patch)
treec7b24caeeae7bc86de521d3c00b9bada4c69c548
parent28b1b9d9c3cd1a7cebe9eac53dc49941eb47298c (diff)
downloadglib-f9bfc12b6ead386b722c59b0e25211f7354a43ca.tar.gz
ci: Disable the Coverity CI job
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 <pwithnall@endlessos.org>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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