C
C#2mo ago
Grault

coverlet+ReportGenerator code coverage

I'm following this guide: https://knowyourtoolset.com/2024/01/coverage-reports/ I get XML output on machine A, but not on B (for different projects). Machine B did give XML output once, and as far as I know nothing changed to make it stop. The output of dotnet test --settings tests.runsettings is available here: * -v normal: https://drive.google.com/file/d/1V_CIoszL0H0MJmVHeSVkpi8nojxwtI6d/view?usp=sharing * -v detailed: https://drive.google.com/file/d/1L36QKfPV0f6UQpQ1NA8qaIvVBp9E7cjB/view?usp=sharing * -v diag (enormous): https://drive.google.com/file/d/10uiY2XAqQo3elhy61J3zpBCYq6vsCtNa/view?usp=sharing Copilot has been leading me in circles of commonly effective solutions that do nothing, and for a moment had me break my project. Any idea why I don't get XML output?
Code Coverage Reports for .NET Projects
Generating local code coverage reports, and getting pipelines set up to evaluate coverage.
Google Docs
tests normal.txt
Google Docs
tests diag.txt
1 Reply
qqdev
qqdev2mo ago
What do you mean by "for different projects"? So are you not comparing the same thing?

Did you find this page helpful?