Skip to content

Commit 31a44bc

Browse files
committed
log coverage
1 parent 3e70ca9 commit 31a44bc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
22
composer.lock
3+
/phpunit/

phpunit.xml.dist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,19 @@
2323
<directory>./src</directory>
2424
</whitelist>
2525
</filter>
26+
27+
28+
<logging>
29+
<log
30+
type="coverage-html"
31+
target="phpunit"
32+
logIncompleteSkipped="true"
33+
/>
34+
<log
35+
type="coverage-text"
36+
target="php://stdout"
37+
showUncoveredFiles="true"
38+
showOnlySummary="false"
39+
/>
40+
</logging>
2641
</phpunit>

0 commit comments

Comments
 (0)