Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 063fb6d

Browse files
committed
Merge pull request #476 from localheinz/fix/code-coverage
Fix: Do not collect code coverage . . . for now
2 parents 75c73f0 + e160d28 commit 063fb6d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.php_cs.cache
33
.vagrant
44
build.properties
5-
clover.xml
65
config/development.config.php
76
data/logs/*
87
puphpet/files/dot/ssh

phpunit.xml

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@
2323
<directory suffix=".php">./module/ZfModule/src</directory>
2424
</whitelist>
2525
</filter>
26-
<logging>
27-
<log type="coverage-clover" target="./clover.xml" />
28-
</logging>
2926
</phpunit>

0 commit comments

Comments
 (0)