update extension for cobetura and opencover extensions

Fixes #111
This commit is contained in:
Oluwatoni Solarin-Sodara
2018-06-10 08:53:27 +01:00
parent d40b2d4f35
commit 7f190e4d79
2 changed files with 2 additions and 2 deletions
@@ -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)
{