Skip to content

Commit

Permalink
Merge pull request #620 from manageruz/develop
Browse files Browse the repository at this point in the history
Exclude language files from code coverage
  • Loading branch information
manageruz authored Mar 9, 2024
2 parents 2e94c8f + fe6dbcd commit 0318c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<exclude>
<directory suffix=".php">./src/Config</directory>
<directory suffix=".php">./src/Views</directory>
<directory suffix=".php">./src/Language</directory>
</exclude>
<report>
<clover outputFile="build/phpunit/clover.xml"/>
Expand Down

0 comments on commit 0318c82

Please sign in to comment.