We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe62791 commit f1dd3a6Copy full SHA for f1dd3a6
1 file changed
README.md
@@ -124,9 +124,12 @@ The tool can generate a GitLab-compatible Code Quality report.
124
```yaml
125
code-quality:
126
stage: test
127
+ image: ghcr.io/pixelvide/code-analyzer:latest
128
script:
- - ./code-analyzer -config=analysis-config.yaml
129
+ - /app/code-analyzer -config=/app/analysis-config.yaml
130
artifacts:
131
+ reports:
132
+ codequality: gl-code-quality-report.json
133
paths:
134
- artifacts/*.json
135
- gl-code-quality-report.json
0 commit comments