Skip to content

Commit 4cdbefe

Browse files
committed
Produce coverage in class-files-iterator package.
1 parent 854a935 commit 4cdbefe

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/vendor/
33
/.phpunit.cache/
44
/.phpunit.result.cache
5+
/build/

phpunit.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<php>
2323
<ini name="error_reporting" value="32767"/>
2424
</php>
25+
<coverage>
26+
<report>
27+
<clover outputFile="build/logs/clover.xml"/>
28+
</report>
29+
</coverage>
2530
<testsuites>
2631
<testsuite name="default">
2732
<directory>./tests/src</directory>

0 commit comments

Comments
 (0)