Skip to content

Commit ddbbd27

Browse files
mbabkerphansys
authored andcommitted
Fix PHPUnit config to restore Codecov support
1 parent e85560e commit ddbbd27

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
bin
33
vendor
44
composer.lock
5+
coverage.xml
56
phpstan.neon
67
.phpunit.result.cache
7-
tests/phpunit.xml
8+
phpunit.xml

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
bootstrap="./tests/bootstrap.php"
12-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
12+
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
1313
>
1414
<coverage>
1515
<include>
16-
<directory>../src</directory>
16+
<directory>./src</directory>
1717
</include>
1818
</coverage>
1919
<testsuites>

0 commit comments

Comments
 (0)