Skip to content

Commit

Permalink
Fix Scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
emirb committed Nov 20, 2017
1 parent 0735e93 commit 3f9b02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
coverage:
file: 'some-file'
file: 'coverage.xml'
format: 'clover'

checks:
Expand Down

0 comments on commit 3f9b02a

Please sign in to comment.