Skip to content
Snippets Groups Projects
Commit 6838a2d1 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Try HTML output as well

parent ff412840
No related branches found
No related tags found
1 merge request!77Test Code Quality checking
Pipeline #413353 passed
This commit is part of merge request !77. Comments created here will be created in the context of that merge request.
......@@ -65,6 +65,15 @@ code_quality:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
tags:
- docker
code_quality_html:
extends: code_quality
variables:
REPORT_FORMAT: html
artifacts:
paths: [gl-code-quality-report.html]
test:
extends:
......
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