Now with coverage
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2020-05-15 21:41:39 +02:00
parent e2101bf059
commit 33c81e6c18
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 4 additions and 2 deletions

View File

@ -15,12 +15,14 @@ steps:
- name: basetest
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml
- vendor/bin/phpunit -c test/phpunit.xml --coverage-text
environment:
TASKSTORAGE_TYPE: DummyTaskStorage
- name: redistest
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml
- vendor/bin/phpunit -c test/phpunit.xml --coverage-text
environment:
SUPERVISOR_TYPE: ParallelSuperVisor
TASKSTORAGE_TYPE: RedisTaskStorage