Skip to content

Commit

Permalink
add code coverage to scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbrand committed Aug 13, 2017
1 parent f941682 commit 486bdce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ build:
version: "5.6"
ini:
'date.timezone': 'Europe/Berlin'
tests:
override:
-
command: 'bin/phpunit --coverage-clover=coverage.xml'
coverage:
file: 'coverage.xml'
format: 'clover'

0 comments on commit 486bdce

Please sign in to comment.