Skip to content

Commit 89caae3

Browse files
committed
chore: add Language to coverage exclude
1 parent 6197194 commit 89caae3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<exclude>
2727
<directory suffix=".php">./src/Config</directory>
2828
<directory suffix=".php">./src/Views</directory>
29+
<directory suffix=".php">./src/Language</directory>
2930
</exclude>
3031
<report>
3132
<clover outputFile="build/phpunit/clover.xml"/>

0 commit comments

Comments
 (0)