We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a485be0 commit 839caf5Copy full SHA for 839caf5
.scrutinizer.yml
@@ -12,12 +12,9 @@ build:
12
php:
13
version: "7.0.4"
14
tests:
15
- override:
16
- -
17
- command: "composer validate"
18
override:
19
-
20
command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
21
coverage:
22
file: "coverage.xml"
23
- format: "php-clover"
+ format: "clover"
0 commit comments