Skip to content

Commit

Permalink
Updated Scrutinizer coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Aug 28, 2017
1 parent 08db6a9 commit ff5c766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ build:
tests:
override:
-
command: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=results"
command: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.clover"
coverage:
file: results
format: clover
file: coverage.clover
format: php-clover
tools:
php_code_sniffer:
config:
Expand Down

0 comments on commit ff5c766

Please sign in to comment.