Skip to content

Commit

Permalink
Fix clover coverage. Exclude routes from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
noitran committed Jan 26, 2019
1 parent 48c4825 commit e1f31a7
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 @@ -12,7 +12,7 @@ build:
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover=laravel-test-examples-coverage
command: vendor/bin/phpunit --coverage-clover=clover.xml
coverage:
file: laravel-test-examples-coverage
file: clover.xml
format: clover

0 comments on commit e1f31a7

Please sign in to comment.