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

Feature request: filter builds used to update widget #24

Open epitomus opened 6 years ago

epitomus commented 6 years ago

We use a single build definition for short lived feature branches as well as master, but this causes reporting problems:

Ideally we would be able to specify a pattern that is checked before the coverage data is updated for either the branch / PR it's related to, or the build name. E.g. in the following we would want to specify master as the branch, or any build under this definition ending in -Dev

image

rafaelfonte commented 4 years ago

@sdavis3 are there currently plans to have this branch filtering config in place?

tvargova commented 3 years ago

@sdavis3 We are running into a similar issue - this widget is helpful to visualize the code coverage, we appreciate the possibility to display Branch code coverage, but we're running into reporting problems as it's not giving any “filtering mechanism” that could enable us to select only the appropriate release/git branch/tags etc... it just takes the last run of pipelines for the repo. Is there a plan to enhance the widget with a filtering option?