Skip to content

Commit

Permalink
activate coverage at scrutinizer again
Browse files Browse the repository at this point in the history
  • Loading branch information
lechimp-p committed May 6, 2021
1 parent 8d7c1d3 commit 403b82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
tests:
override:
-
command: 'phpunit --bootstrap tests/autoloader.php --coverage-clover=coverage-file tests'
command: 'phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage-file tests'
coverage:
file: 'coverage-file'
format: 'php-clover'

0 comments on commit 403b82f

Please sign in to comment.