Skip to content
Snippets Groups Projects
Commit 0d7e3a7b authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEATURE: Enable code coverage output

parent 1befab69
3 merge requests!37Release 0.4.0,!29Feature/integrate psr2 into ci,!26FEATURE: Gitlab ci initialized (including phpunit test)
Pipeline #77 failed with stage
in 2 minutes and 16 seconds
......@@ -16,7 +16,7 @@ test:5.3: &PHP-UNITTESTING
- apt-get update; apt-get install -y zip unzip
- composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpunit --coverage-text
test:5.4:
<<: *PHP-UNITTESTING
image: tetraweb/php:5.4
......
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