rstedman / tfs-pullrequest-dashboard

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

CodeCoverage Tag is showing and duplicating #48

Closed d1820 closed 5 years ago

d1820 commented 5 years ago

Since the release 2 days ago, a new tag (CodeCoverage) is showing on the Dashboard, and keeps duplicating. Im not sure what this tag is supposed to be showing or why it just now started showing on our projects?

image

image

rstedman commented 5 years ago

I am not seeing this in my project, and I can't see how it could be related to the changes that were released this week.

When you have the dashboard open, could you open the chrome developer tools (or equivalent for your browser), switch to the network tab and refresh the page. The dashboard will query azure devops for the statues (which are turned into tags) of each PR. What do the responses of these requests look like for you? Are any of your PR statuses showing a large number of "codecoverage" statuses? If so, something else is adding statuses to your PRs - possibly constantly adding new statuses instead of updating existing ones, and this extension is just displaying them. ex:

image

d1820 commented 5 years ago

Confirmed its in the statuses of the devops requests... Sorry for filing, and thank you for the response.. now to figure out what has changed there :)

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