-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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
svanzoest, rafaelfonte and tvargova