Added code coverage report for PHPUnit plugin. Issue #86.

This commit is contained in:
Dmitry Khomutov 2018-01-20 16:32:18 +07:00
commit 7db036e956
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
4 changed files with 64 additions and 19 deletions

View file

@ -35,6 +35,7 @@ test:
config:
- "path/to/phpunit.xml"
path: "app/tests/"
coverage: true
```
Troubleshooting