Skip to content
New issue

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

ReportGenerator missing report types #3125

Closed
devlead opened this issue Feb 12, 2021 · 1 comment · Fixed by #3179
Closed

ReportGenerator missing report types #3125

devlead opened this issue Feb 12, 2021 · 1 comment · Fixed by #3179
Assignees
Milestone

Comments

@devlead
Copy link
Member

devlead commented Feb 12, 2021

public enum ReportGeneratorReportType

Supported with 4.8.5

  • Badges
  • Clover
  • Cobertura
  • CsvSummary
  • Html
  • HtmlChart
  • HtmlInline
  • HtmlInline_AzurePipelines
  • HtmlInline_AzurePipelines_Dark
  • HtmlSummary, JsonSummary
  • Latex, LatexSummary
  • lcov
  • MHtml
  • PngChart
  • SonarQube
  • TeamCitySummary
  • TextSummary
  • Xml
  • XmlSummary

I.e. lcov is missing.

Workaround for current releases

ReportGenerator(coveragePath, targetDir, new ReportGeneratorSettings {
    ArgumentCustomization = args => args.AppendSwitch("-reporttypes", ":", "lcov")
});
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v1.1.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants