Skip to content

Commit

Permalink
update scrutinizer yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joesama committed May 6, 2020
1 parent a472057 commit 1d38851
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ build:
override:
- php-scrutinizer-run
coverage:
tests:
override:
- command: vendor/bin/phpunit tests/ --configuration ./phpunit.xml --coverage-clover clover.xml
coverage:
file: clover.xml
format: clover
tests:
override:
- command: vendor/bin/phpunit tests/ --configuration ./phpunit.xml --coverage-clover clover.xml
coverage:
file: clover.xml
format: clover
before_commands:
- 'composer clearcache'
- 'composer install --prefer-dist --no-interaction'
filter:
paths:
- 'src/*'
excluded_paths:
- 'build/*'
- 'vendor/*'
- 'tests/*'
tools:
Expand Down

0 comments on commit 1d38851

Please sign in to comment.