From 906b1f8db2b6254dd4f224eaf692b672251b8886 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 29 Jul 2020 17:46:38 +0200 Subject: [PATCH] Improve code coverage handling Signed-off-by: Joas Schilling --- .gitignore | 2 ++ tests/phpunit.xml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f4186b..48cf206 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /.php_cs.cache +/tests/clover.xml +/tests/coverage-html /tests/.phpunit.result.cache /vendor diff --git a/tests/phpunit.xml b/tests/phpunit.xml index b833956..b437e68 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -9,7 +9,8 @@ - ../ + ../../registration/appinfo + ../../registration/lib