We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cake/src/Cake.Common/Tools/ReportGenerator/ReportGeneratorReportType.cs
Line 10 in ec61403
Supported with 4.8.5
I.e. lcov is missing.
lcov
Workaround for current releases
ReportGenerator(coveragePath, targetDir, new ReportGeneratorSettings { ArgumentCustomization = args => args.AppendSwitch("-reporttypes", ":", "lcov") });
The text was updated successfully, but these errors were encountered:
(cake-buildGH-3125) Adds ReportGenerator missing report types
2026736
* fixes cake-build#3125
Merge pull request #3179 from devlead/feature/gh-3125
bd322c9
GH3125: Adds ReportGenerator missing report types
🎉 This issue has been resolved in version v1.1.0 🎉
The release is available on:
Your GitReleaseManager bot 📦🚀
Sorry, something went wrong.
devlead
Successfully merging a pull request may close this issue.
cake/src/Cake.Common/Tools/ReportGenerator/ReportGeneratorReportType.cs
Line 10 in ec61403
Supported with 4.8.5
I.e.
lcov
is missing.Workaround for current releases
The text was updated successfully, but these errors were encountered: