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

Run on Azure with coverage report ? #18

Open
themperek opened this issue May 14, 2019 · 3 comments
Open

Run on Azure with coverage report ? #18

themperek opened this issue May 14, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@themperek
Copy link
Contributor

Would it work if we setup CI with Azure pipelines and report coverage directly like here: https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-code-coverage-results?view=azure-devops
I can try to set this up.

@mciepluc
Copy link
Owner

Hi @themperek I am not sure if it is not too much work to be done and what will be the benefit. This package is not expected to grow fast and current test suite seems to be quite a reasonable verification approach. If code coverage can be easily setup without too much additional complexity that's fine, but in other case I would skip it for now.

@mballance
Copy link

@themperek, I'm curious if you've found a way to report functional coverage-like results on Azure pipelines. I looked at trying to force-fit this type of data into one of the supported code-coverage formats, but it didn't look very promising...

@themperek
Copy link
Contributor Author

I started to fit into Cobertura line coverage (it possible with a bit of hacking) but I think in the end we need to generate our own HTML report that can be displayed. Check this also: #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants