From aaf3b98ebf8cbbf7bbb3202e7e6201ef8195ad10 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 11 Aug 2021 16:04:08 +0200 Subject: [PATCH] switched to cobertura coverage reporting, because f*ck it, see sebastianbergmann/php-code-coverage#578 --- buildspec.test.yml | 9 +++++++-- phpunit.xml | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/buildspec.test.yml b/buildspec.test.yml index 0363986..7615a5f 100644 --- a/buildspec.test.yml +++ b/buildspec.test.yml @@ -25,9 +25,14 @@ phases: reports: coverage: + # files: + # - .phpunit/coverage.clover.xml + # file-format: CloverXml files: - - .phpunit/coverage.clover.xml - file-format: CloverXml + - .phpunit/coverage.cobertura.xml + file-format: CoberturaXml + + test-report: files: diff --git a/phpunit.xml b/phpunit.xml index 66cc344..9899129 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -12,7 +12,8 @@ - + +