Skip to content

Commit 54b5b0e

Browse files
committed
chore: exclude views from coverage calculation
1 parent 336a121 commit 54b5b0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<directory>src</directory>
1818
<directory>scripts</directory>
1919
</include>
20+
<exclude>
21+
<directory>scripts/**/view</directory>
22+
</exclude>
2023
</source>
2124
<php>
2225
<env name="BCRYPT_ROUNDS" value="4"/>

0 commit comments

Comments
 (0)