rstedman / tfs-pullrequest-dashboard

tfs dashboard for pullrequests across all repos
MIT License
30 stars 29 forks source link

The number of codecoverage badges seems excessive #49

Closed nertner closed 4 years ago

nertner commented 5 years ago

The number of codecoverage badges seems excessive. May I request changing it to a badge with number instead of a badge for every "statuses" response? ex. [codecoverage (19)]

image

Originally posted by @nertner in https://github.com/rstedman/tfs-pullrequest-dashboard/issues/48#issuecomment-517327458

dbJones77 commented 4 years ago

This occurs when branch policy set for build validation or status validation.

If status validation is turned on, you can have multiple "quality gate" badges, in both red and green, making it difficult to tell what the current quality gate status is on the dashboard.

image

TFeld00 commented 4 years ago

If using status validation, the pull request itself has an iteration number. Each status can also be assigned a certain iteration, which would make it possible to only show the status of the current PR iteration.

rstedman commented 4 years ago

addressed in 2.4.1. Only the most recent status per unique status name will be displayed.