From 3f535a2e43404cb2dd7d5775a9efcfece7ed2e06 Mon Sep 17 00:00:00 2001
From: Santiago Ospina De Los Rios <sospinar@gmail.com>
Date: Wed, 6 Dec 2023 16:04:05 +0100
Subject: [PATCH] Add more skip files

---
 .codechecker/skipfile | 2 ++
 .gitlab-ci.yml        | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.codechecker/skipfile b/.codechecker/skipfile
index 2b72d1888..a3ad721ae 100644
--- a/.codechecker/skipfile
+++ b/.codechecker/skipfile
@@ -1,2 +1,4 @@
 -*/densematrixassignmenttest.cc
 -*/genericiterator_compile_fail.cc
+-*/check_fvector_size_fail.cc
+-*/assertandreturntest.cc
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b5ddaa5a..4756444c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,8 +48,8 @@ debian:11 clang-11-20-nobindings:
   extends: .common
   after_script:
     - source /duneci/venv/bin/activate
-    - CodeChecker analyze build-cmake/compile_commands.json --config .codechecker/config.json -o ./reports || echo "CodeChecker analyzer failed with exit status $?"
-    - CodeChecker parse --config .codechecker/config.json --trim-path-prefix $PWD -e codeclimate ./reports > ./reports/gl-code-quality-report.json || echo "CodeChecker parser failed with exit status $?"
+    - CodeChecker analyze build-cmake/compile_commands.json --config .codechecker/config.json -o ./reports
+    - CodeChecker parse --config .codechecker/config.json --trim-path-prefix $PWD -e codeclimate ./reports > ./reports/gl-code-quality-report.json
   image: registry.dune-project.org/docker/ci/debian:11
   variables:
     DUNECI_TOOLCHAIN: clang-11-20
-- 
GitLab