Skip to content

Commit

Permalink
Fix PHPUnit config to restore Codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored and phansys committed Jul 24, 2024
1 parent e85560e commit ddbbd27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
bin
vendor
composer.lock
coverage.xml
phpstan.neon
.phpunit.result.cache
tests/phpunit.xml
phpunit.xml
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
processIsolation="false"
stopOnFailure="false"
bootstrap="./tests/bootstrap.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
>
<coverage>
<include>
<directory>../src</directory>
<directory>./src</directory>
</include>
</coverage>
<testsuites>
Expand Down

0 comments on commit ddbbd27

Please sign in to comment.