We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf3cf7 commit aaf3b98Copy full SHA for aaf3b98
buildspec.test.yml
@@ -25,9 +25,14 @@ phases:
25
26
reports:
27
coverage:
28
+ # files:
29
+ # - .phpunit/coverage.clover.xml
30
+ # file-format: CloverXml
31
files:
- - .phpunit/coverage.clover.xml
- file-format: CloverXml
32
+ - .phpunit/coverage.cobertura.xml
33
+ file-format: CoberturaXml
34
+
35
36
37
test-report:
38
phpunit.xml
@@ -12,7 +12,8 @@
12
</include>
13
<report>
14
<html outputDirectory=".phpunit/coverage-html" />
15
- <clover outputFile=".phpunit/coverage.clover.xml" />
+ <!-- <clover outputFile=".phpunit/coverage.clover.xml" /> -->
16
+ <cobertura outputFile=".phpunit/coverage.cobertura.xml" />
17
</report>
18
</coverage>
19
<testsuites>
0 commit comments