Skip to content

Commit 0318c82

Browse files
authored
Merge pull request #620 from manageruz/develop
Exclude language files from code coverage
2 parents 2e94c8f + fe6dbcd commit 0318c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
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)