Skip to content

Commit

Permalink
Enabling external code coverage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 5, 2016
1 parent 4dd2fff commit 22f08af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ before_commands:
- "composer update --prefer-source"

tools:
php_code_coverage:
enabled: true
test_command: ./vendor/bin/phpunit
external_code_coverage:
timeout: 1200
php_code_sniffer:
enabled: true
config:
Expand Down

0 comments on commit 22f08af

Please sign in to comment.