@@ -12,7 +12,7 @@ namespace Coverlet.Core.Reporters
|
||||
{
|
||||
public string Format => "cobertura";
|
||||
|
||||
public string Extension => "xml";
|
||||
public string Extension => "cobertura.xml";
|
||||
|
||||
public string Report(CoverageResult result)
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Coverlet.Core.Reporters
|
||||
{
|
||||
public string Format => "opencover";
|
||||
|
||||
public string Extension => "xml";
|
||||
public string Extension => "opencover.xml";
|
||||
|
||||
public string Report(CoverageResult result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user