1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

ci: add html output for code quality linter

This commit is contained in:
proletarius101 2024-02-12 16:04:13 +08:00
parent 6cf678a4fc
commit a895f9e11c

View File

@ -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: