File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -662,6 +662,7 @@ Configures the code coverage reports to be generated.
662
662
663
663
<report >
664
664
<clover outputFile =" clover.xml" />
665
+ <cobertura outputFile =" cobertura.xml" />
665
666
<crap4j outputFile =" crap4j.xml" threshold =" 50" />
666
667
<html outputDirectory =" html-coverage" lowUpperBound =" 50" highLowerBound =" 90" />
667
668
<php outputFile =" coverage.php" />
@@ -686,6 +687,21 @@ Possible values: string
686
687
687
688
The file to which the Clover XML report is written.
688
689
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.
689
705
690
706
.. _appendixes.configuration.coverage.report.crap4j :
691
707
You can’t perform that action at this time.
0 commit comments