Skip to content

Commit 8530e14

Browse files
committed
chore: exclude RadianceAlias helper from coverage report
1 parent 8784e3b commit 8530e14

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<include>
88
<directory suffix=".php">./src</directory>
99
</include>
10+
<exclude>
11+
<file>./src/Support/RadianceAlias.php</file>
12+
</exclude>
1013
</source>
1114
<testsuites>
1215
<testsuite name="default">

0 commit comments

Comments
 (0)