Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalkaoz committed May 22, 2017
1 parent a22c8e1 commit 1fbe9c8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions phpspec.yml.coverage
Expand Up @@ -4,12 +4,13 @@ suites:
psr4_prefix: Rs\VersionEye

extensions:
- PhpSpec\Extension\CodeCoverageExtension
PhpSpecCodeCoverage\CodeCoverageExtension:
whitelist: [src]
format:
- text
- clover
- html

code_coverage:
whitelist: [src]
format:
- text
- clover
output:
clover: coverage.xml
output:
clover: coverage.xml
html: coverage

0 comments on commit 1fbe9c8

Please sign in to comment.