Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit c47fdc2

Browse files
committed
Ignore untesteable code from code coverage
1 parent 3efe057 commit c47fdc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.coverage.dist.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<include>
1717
<directory suffix=".php">./src</directory>
1818
</include>
19+
<exclude>
20+
<directory suffix=".php">app/Support/Facades</directory>
21+
<directory suffix=".php">app/Contracts</directory>
22+
</exclude>
1923
<report>
2024
<clover outputFile="clover.xml"/>
2125
</report>

0 commit comments

Comments
 (0)