From a895f9e11c959087ecd469dfdcf4bf2f4425f6a1 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Mon, 12 Feb 2024 16:04:13 +0800 Subject: [PATCH] ci: add html output for code quality linter --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2c1049e..82f20ca4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -245,6 +245,12 @@ code_quality: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run code quality job in pipelines on the default branch (but not in other branch pipelines) - if: $CI_COMMIT_TAG # Run code quality job in pipelines for tags +code_quality_html: + extends: code_quality + variables: + REPORT_FORMAT: html + artifacts: + paths: [gl-code-quality-report.html] # Run all the various linters and static analysis tools. locales: