Skip to content

Commit 5450ec0

Browse files
committed
coverage test
1 parent 89e08c2 commit 5450ec0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ vendor
44
coverage
55
.phpunit.result.cache
66
.idea
7+
clover.xml

phpunit.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<directory>tests</directory>
1111
</testsuite>
1212
</testsuites>
13+
<source>
14+
<include>
15+
<directory>src</directory>
16+
</include>
17+
</source>
1318
<logging>
1419
<junit outputFile="build/report.junit.xml"/>
1520
<testdoxHtml outputFile="build/coverage"/>

0 commit comments

Comments
 (0)