Skip to content

Commit 8aab178

Browse files
zaunisebastianbergmann
authored andcommitted
Add Cobertura as report tag
As Cobertura is now also supported, it should also be documented.
1 parent 1e61c54 commit 8aab178

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/configuration.rst

+16
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ Configures the code coverage reports to be generated.
662662
663663
<report>
664664
<clover outputFile="clover.xml"/>
665+
<cobertura outputFile="cobertura.xml"/>
665666
<crap4j outputFile="crap4j.xml" threshold="50"/>
666667
<html outputDirectory="html-coverage" lowUpperBound="50" highLowerBound="90"/>
667668
<php outputFile="coverage.php"/>
@@ -686,6 +687,21 @@ Possible values: string
686687

687688
The file to which the Clover XML report is written.
688689

690+
.. _appendixes.configuration.coverage.report.cobertura:
691+
692+
The ``<cobertura>`` Element
693+
************************
694+
695+
Parent element: ``<report>``
696+
697+
Configures a code coverage report in Cobertura XML format.
698+
699+
The ``outputFile`` Attribute
700+
++++++++++++++++++++++++++++
701+
702+
Possible values: string
703+
704+
The file to which the Cobertura XML report is written.
689705

690706
.. _appendixes.configuration.coverage.report.crap4j:
691707

0 commit comments

Comments
 (0)