sdavis3 / code-coverage-widgets

A dashboard widget for Azure DevOps or Team Foundation Server (TFS) to display information about unit test code coverage.
MIT License
16 stars 10 forks source link

Please add code coverage analysis #14

Closed NetTecture closed 6 years ago

NetTecture commented 7 years ago

Yeah, bigger, but...

I would love a way to drill into the code coverage similar to what we have in VS enterprise. WHich still is worth a premium due to the "in source code" visibility (which means you are limited to what VS can do down in the toolbox). Not everyone has VS Enterprise and particularly when you move online it is usefull to allow this information to go down into what stakeholders can possibly see (increase in code coverage, drilldown to particular sections of code based on namespace).

sdavis3 commented 7 years ago

@NetTecture The scope of this widget is limited to what's available via the VSTS REST APIs. I can add the deltas (increases/decrease of code coverage), but drill down and other VS Enterprise features are not made available via the API today, that I'm aware of.

How you would expect this experience to work via a widget interface?

NetTecture commented 7 years ago

Not in too much detail, but at the moment there is no overview at all.

While I understand the VS Enterprise "sales argument" - I would say that a namespace percentage is something that I would like to see (including the changes) WITHOUT having to start VS and downloading it.

sdavis3 commented 6 years ago

Closing this item as out of scope.