Skip to content

Commit

Permalink
Merge pull request #21 from WebFiori/dev
Browse files Browse the repository at this point in the history
test: Fix Coverage Files
  • Loading branch information
usernane authored Apr 15, 2024
2 parents 19aca84 + f699210 commit d9d44bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ composer.lock
php-cs-fixer-v2.phar
.idea/*
php-cs-fixer.phar
clover.xml
10 changes: 5 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
</php>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<file>./src/webfiori/file/File.php</file>
<file>./src/webfiori/file/MIME.php</file>
<file>./src/webfiori/file/UploadFile.php</file>
<file>./src/webfiori/file/Uploader.php</file>
<file>./src/webfiori/file/exceptions/FileException.php</file>
<file>./webfiori/file/File.php</file>
<file>./webfiori/file/MIME.php</file>
<file>./webfiori/file/UploadFile.php</file>
<file>./webfiori/file/Uploader.php</file>
<file>./webfiori/file/exceptions/FileException.php</file>
</whitelist>
</filter>
<logging>
Expand Down

0 comments on commit d9d44bd

Please sign in to comment.