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
We use a single build definition for short lived feature branches as well as master, but this causes reporting problems:
Branch builds fail more often, and this causes downtime for the widget (message: No code coverage details found for this build definition)
We only want to show the coverage metrics from master on the dashboard
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
The text was updated successfully, but these errors were encountered:
@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?
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
The text was updated successfully, but these errors were encountered: