You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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...
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
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.
The text was updated successfully, but these errors were encountered: