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 @@
-
+
+