Skip to content

Merges multiple cobertura XML files into one single file.

License

Notifications You must be signed in to change notification settings

lmorvan/MergeCoberturaXml-1

 
 

Repository files navigation

MergeCoberturaXml

This tool merges multiple Cobertura XML files into one single file.

The tool was written because Visual Studio Team Services only takes one Cobertura file as coverage result. Multiple test projects would probably result in multiple files.

Installation

The package is published on nuget.org.

dotnet tool install  MergeCoberturaXml -g

Usage

MergeCoberturaXml -i Project1.xml;Project2.xml;Project3.xml -o Merged.xml

About

Merges multiple cobertura XML files into one single file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.7%
  • PowerShell 1.3%