Skip to content
Snippets Groups Projects
Verified Commit 3f535a2e authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add more skip files

parent 73f3924e
No related branches found
No related tags found
1 merge request!1321Add Code Quality analysis in the CI
Pipeline #66687 canceled
-*/densematrixassignmenttest.cc
-*/genericiterator_compile_fail.cc
-*/check_fvector_size_fail.cc
-*/assertandreturntest.cc
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment