refactor: Add code quality reports
This commit is contained in:
parent
9e7a278dff
commit
2f978c5098
17 changed files with 93 additions and 29 deletions
|
|
@ -18,6 +18,9 @@ stages:
|
|||
code_analyze:
|
||||
stage: coverage
|
||||
script: [./scripts/code_analyze.sh]
|
||||
artifacts:
|
||||
reports:
|
||||
codequality: code-quality-report.json
|
||||
|
||||
code_analyze_beta:
|
||||
extends: code_analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue