diff --git a/.codecov.yml b/.codecov.yml index 0c54747c95..4d2921cc40 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,7 +8,7 @@ coverage: round: down range: "70...100" status: - project: off - patch: off + project: false + patch: false -comment: off +comment: false diff --git a/tests/phpunit.xml b/tests/phpunit.xml index c4197d3e4c..0c5ad458a5 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -8,7 +8,7 @@ timeoutForLargeTests="900"> functional/ - include/ + legacy/ src/ @@ -16,14 +16,14 @@ .. - config/ - doc/ - images/ - library/ - spec/ - tests/ - view/ - vendor/ + ../config/ + ../doc/ + ../images/ + ../library/ + ../spec/ + ../tests/ + ../view/ + ../vendor/