Skip to content

Commit

Permalink
Merge pull request #6 from mjamilasfihani/execlude-file-in-phpunit-co…
Browse files Browse the repository at this point in the history
…verage

Update phpunit.xml.dist
  • Loading branch information
mjamilasfihani committed Jan 27, 2023
2 parents 93db899 + c4772e6 commit 5825f59
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>
<file>./src/CodeIgniter.php</file>
</exclude>
<report>
<clover outputFile="build/phpunit/clover.xml"/>
Expand Down

0 comments on commit 5825f59

Please sign in to comment.