coverage as a separate step

This commit is contained in:
Shish 2020-01-27 11:57:34 +00:00
parent 50fb0da7bf
commit 88b592c6ef

View file

@ -17,6 +17,6 @@ RUN mkdir -p data/config && \
echo === Installing === && php index.php && \
echo === Smoke Test === && php index.php get-page /post/list && \
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 === Unit Tests === && ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text && \
CMD "/app/tests/docker-init.sh"