This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gitlab-ci-code-quality-phpstan [2020/12/02 13:27] – admin | gitlab-ci-code-quality-phpstan [2020/12/02 14:34] (current) – admin | ||
---|---|---|---|
Line 21: | Line 21: | ||
- test | - test | ||
- | code_quality: | + | php_stan: |
image: composer | image: composer | ||
stage: test | stage: test | ||
script: | script: | ||
- composer install --no-ansi | - composer install --no-ansi | ||
- | # Set output to ' | + | # Set output to ' |
- | - ./ | + | - ./ |
artifacts: | artifacts: | ||
reports: | reports: | ||
# Tell Gitlab about the custom generated reports JSON file | # Tell Gitlab about the custom generated reports JSON file | ||
- | codequality: | + | codequality: |
# Optional | # Optional | ||
- | paths: [gl-code-quality-report.json] | + | paths: [gl-phpstan-report.json] |
</ | </ | ||
Line 41: | Line 40: | ||
^ ./ | ^ ./ | ||
- | | Run analyzer | + | | Run analyzer |