Skip to content
Snippets Groups Projects
Unverified Commit aabb7a50 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

TASK: Generate multiple reports

* As no further calls are made once a call failed.
* Therefore call all reports in a single command.
parent 979ae3bb
Branches
1 merge request!75Improve CI file
Pipeline #64 passed with stages
in 2 minutes and 13 seconds
......@@ -30,8 +30,7 @@ lint:coding-guideline:
image: php:7.0-alpine
stage: test
script:
- ./vendor/bin/phpcs -s -n
- ./vendor/bin/phpcs -s -n > result/phpcs-summary.txt
- ./vendor/bin/phpcs -s -n --report-full=result/phpcs-full.txt --report-diff=result/phpcs-diff.txt --report-summary=result/phpcs-summary.txt
artifacts:
when: on_failure
paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment