Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hca-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS Software Deployment
hca-plugin
Merge requests
!77
Test Code Quality checking
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Test Code Quality checking
test-codequality
into
master
Overview
0
Commits
2
Pipelines
4
Changes
1
Open
Huste, Tobias
requested to merge
test-codequality
into
master
7 months ago
Overview
0
Commits
2
Pipelines
4
Changes
1
Expand
Changelog: other
0
0
Merge request reports
Compare
version 1
version 3
6e609645
7 months ago
version 2
ff412840
7 months ago
version 1
560ac905
7 months ago
master (HEAD)
and
version 2
latest version
6838a2d1
2 commits,
7 months ago
version 3
6e609645
2 commits,
7 months ago
version 2
ff412840
1 commit,
7 months ago
version 1
560ac905
1 commit,
7 months ago
Show latest version
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
18
−
0
Options
@@ -10,6 +10,7 @@ stages:
include
:
-
template
:
'
Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
-
template
:
'
Jobs/Code-Quality.gitlab-ci.yml'
variables
:
PY_COLORS
:
"
1"
@@ -57,6 +58,23 @@ license_compliance:
script
:
-
poetry run reuse lint
code_quality
:
rules
:
-
if
:
$CODE_QUALITY_DISABLED
when
:
never
-
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
:
-
.base_job
Loading