Is ReportGenerator working with .coveragexml file?
See original GitHub issueI’m having .coverage file as an output of code coverage tool in visual studio 2019.
I want to use the danielpalme/ReportGenerator action.
I can only convert my .coverage to a .coveragexml file.
Can I use the danielpalme/ReportGenerator action with .coveragexml file?
thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
danielpalme/ReportGenerator
ReportGenerator supports merging several coverage files into a single report. ... ReportGenerator is a commandline tool which works with full .
Read more >c# - dotnet-reportgenerator is not able to find any coverage. ...
The report file pattern '**/coverage.cobertura.xml' is invalid. No matching files found. When using ls to inspect the directory before running ...
Read more >ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or ...
Read more >AltCover and ReportGenerator give amazing code ...
This is the OpenCover XML format and I can run ReportGenerator on the coverage file and get a whole bunch of HTML files....
Read more >Coverage Reporting for C# Projects
This will create a directory named .coverage alongside your solution file and output the coverage report using the LCOV format with the name ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

A little Powershell script should do the job:
The name of your input/output file.