Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Adds coverage export
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymakinen committed Nov 24, 2016
1 parent 829b7ad commit 9609538
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 @@ -6,6 +6,13 @@ build:
before:
- sudo composer self-update
- composer config -g repositories.asset-packagist composer https://asset-packagist.org
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'clover'
imports:
- php
tools:
Expand Down

0 comments on commit 9609538

Please sign in to comment.