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

Add support for converting OpenCover report to lcov format #55

Closed
gep13 opened this issue May 6, 2022 · 1 comment
Closed

Add support for converting OpenCover report to lcov format #55

gep13 opened this issue May 6, 2022 · 1 comment
Assignees
Labels
Improvement Issues that enhances existing functionality, or adds new features
Milestone

Comments

@gep13
Copy link
Member

gep13 commented May 6, 2022

This will allow us to publish code coverage reports to coveralls at the end of the build.

OpenCover exports the information in an xml format which the Coveralls GitHub Action, which we are using to report the information doesn't understand, so we need to first convert the file.

@gep13 gep13 added the Improvement Issues that enhances existing functionality, or adds new features label May 6, 2022
@gep13 gep13 added this to the 0.10.0 milestone May 6, 2022
@gep13 gep13 self-assigned this May 6, 2022
@gep13 gep13 closed this as completed May 6, 2022
gep13 added a commit that referenced this issue May 6, 2022
OpenCover, which is used for gneerating a test coverage report
generates an XML file with the results. This format of report can't be
published to coveralls.io since the tool that we are using doesn't
support it.

Use ReportGenerator (had to also update to a newer version for this
support) to convert the xml file to a lcov file, which we can then
report to coveralls.io.
gep13 added a commit that referenced this issue May 6, 2022
* release/0.10.0:
  (#54) Ensure that unit tests are always run
  (#55) Add support for generating lcov report
@choco-bot
Copy link

🎉 This issue has been resolved in version 0.10.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
Labels
Improvement Issues that enhances existing functionality, or adds new features
Projects
None yet
Development

No branches or pull requests

2 participants