We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40b2d4 commit 7f190e4Copy full SHA for 7f190e4
src/coverlet.core/Reporters/CoberturaReporter.cs
@@ -12,7 +12,7 @@ public class CoberturaReporter : IReporter
12
{
13
public string Format => "cobertura";
14
15
- public string Extension => "xml";
+ public string Extension => "cobertura.xml";
16
17
public string Report(CoverageResult result)
18
src/coverlet.core/Reporters/OpenCoverReporter.cs
@@ -11,7 +11,7 @@ public class OpenCoverReporter : IReporter
11
public string Format => "opencover";
+ public string Extension => "opencover.xml";
0 commit comments