Skip to content

Commit

Permalink
Fixed a coverage problem
Browse files Browse the repository at this point in the history
  • Loading branch information
prewk committed Nov 18, 2017
1 parent 51bd1e0 commit 8ef797c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions phpspec.yml
Expand Up @@ -2,11 +2,11 @@ suites:
prewk_suite:
namespace: Prewk
psr4_prefix: Prewk
#extensions:
# LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
# format:
# - clover
# output:
# clover: build/logs/clover.xml
# whitelist:
# - src
extensions:
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
format:
- clover
output:
clover: build/logs/clover.xml
whitelist:
- src

0 comments on commit 8ef797c

Please sign in to comment.