coverage as a separate step
This commit is contained in:
parent
50fb0da7bf
commit
88b592c6ef
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ RUN mkdir -p data/config && \
|
||||||
echo === Installing === && php index.php && \
|
echo === Installing === && php index.php && \
|
||||||
echo === Smoke Test === && php index.php get-page /post/list && \
|
echo === Smoke Test === && php index.php get-page /post/list && \
|
||||||
echo === Unit Tests === && ./vendor/bin/phpunit --configuration tests/phpunit.xml && \
|
echo === Unit Tests === && ./vendor/bin/phpunit --configuration tests/phpunit.xml && \
|
||||||
|
echo === Coverage === && ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text && \
|
||||||
echo === Cleaning === && rm -rf data
|
echo === Cleaning === && rm -rf data
|
||||||
#echo === Unit Tests === && ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text && \
|
|
||||||
CMD "/app/tests/docker-init.sh"
|
CMD "/app/tests/docker-init.sh"
|
||||||
|
|
Reference in a new issue