From b397c2753cc8c5d81a08a145ccad666700598591 Mon Sep 17 00:00:00 2001 From: Gnarhard Date: Fri, 28 Jul 2023 09:50:29 -0600 Subject: [PATCH] Update test-coverage.md Fixes this warning which cancels the coverage report: WARN Test results may not be as expected because the XML configuration file did not pass validation: - Element 'include': This element is not expected. --- test-coverage.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test-coverage.md b/test-coverage.md index 780e7fb..d504628 100644 --- a/test-coverage.md +++ b/test-coverage.md @@ -13,11 +13,7 @@ Typically, the essential configuration for gathering code coverage is already pr ```xml ... - - - ./app - - + ... ```