Skip to content

Commit

Permalink
disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Nov 24, 2024
1 parent e9705fe commit d7f283e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/validation": "^9.0|^10.0|^11.0",
"illuminate/view": "^9.0|^10.0|^11.0",
"vlucas/phpdotenv": "^5.4.1"
"vlucas/phpdotenv": "^5.4.1",
"laravel/framework": "11.*",
"orchestra/testbench": "9.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0|^11.0",
"orchestra/testbench": "^7.4|^8.0|^9.0",
"vimeo/psalm": "^4.23|^5.1|^6"
},
"autoload": {
Expand Down
20 changes: 10 additions & 10 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
stopOnFailure="false"
verbose="true"
>
<coverage>
<include>
<directory suffix=".php">src</directory>
</include>
<report>
<html outputDirectory="build/coverage"/>
<text outputFile="build/coverage.txt"/>
<clover outputFile="build/logs/clover.xml"/>
</report>
</coverage>
<!-- <coverage>-->
<!-- <include>-->
<!-- <directory suffix=".php">src</directory>-->
<!-- </include>-->
<!-- <report>-->
<!-- <html outputDirectory="build/coverage"/>-->
<!-- <text outputFile="build/coverage.txt"/>-->
<!-- <clover outputFile="build/logs/clover.xml"/>-->
<!-- </report>-->
<!-- </coverage>-->
<testsuites>
<testsuite name="Package Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit d7f283e

Please sign in to comment.