question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to merge several result files together?

See original GitHub issue

Due to https://github.com/AArnott/Library.Template/issues/2 and the various doc and product bugs linked from it, it seems the best workaround for now would be if we could merge several coverage.cobertura.xml files into just one in order to pass it to the PublishCodeCoverageResults task.

Does coverlet offer a means of doing that?

Any other suggestions?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:24 (10 by maintainers)

github_iconTop GitHub Comments

19reactions
danielpalmecommented, Jun 21, 2019

Alternative: ReportGenerator can merge several Cobertura files and generate one result file.
It also generates HTML reports which might be useful for visualization.

1reaction
msrinivascharancommented, Apr 14, 2021

I have a project with three different modules, two Java and one Python. all three modules generate Cobertura based code coverage reports. I am able to merge all three into one using @danielpalme “ReportGenerator” extension. able to apply gating condition using merged coverage report.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Merge or Combine Multiple Files
To merge Microsoft Excel files together, it is best to save them as CSV files first. Open the Excel files and in the...
Read more >
How To Merge Or Combine Multiple Files Into A Single File
How To Merge Or Combine Multiple Files Into A Single File If you have a bunch of text files in a folder on...
Read more >
How to merge multiple Excel files into one
Three ways to merge multiple Excel files into one: by copying sheet tabs, running VBA, and using the Copy Worksheets tool.
Read more >
Merge multiple CSV files into one Excel workbook
Merge multiple CSV files into one Excel file using Command Prompt ; Shift · Copy the path to the folder containing CSV files....
Read more >
How to Merge [Combine] Multiple Excel FILES into ONE ...
Power Query is the best way to merge or combine data from multiple Excel files in a single file. You need to store...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found