-
Notifications
You must be signed in to change notification settings - Fork 72
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
Publish HTML Unit Test Coverage Report #74
Comments
@kehoecj |
@u5surf It's yours if you'd like it! We're not able to use 3rd party services at this time. We can use whatever is available in Github itself though. I have a PR out that should get merged today that implements local coverage badges for that reason. You might want to wait on that to get merged to get started since it's already handling the coverage report generation. I was thinking we might be able to use Github pages but we already use that for our splash page. I don't know if you can host different sites for different branches. |
Why can't you choose to use these services? |
I totally hear what you're saying but integration with third-party services needs to be approved by Boeing. Each SaSS service can have different terms and conditions that differ between organizations vs individual OSS projects. I have put in a request to have integration with 3rd party services reviewed and it's working it way through our processes. I don't know how long it will take and given that this project has become more active I wanted to put in place a temporary solution. |
Go's coverage tool can export the coverage results into an HTML report. It would be really beneficial for the maintainers to be able to see the HTML coverage report as part of a PR to ensure that all critical code is getting coverage. It would also be nice to link the coverage badge to the coverage report generated by the main branch to drill down into the current coverage.
The text was updated successfully, but these errors were encountered: