codecov / feedback

A place to discuss feedback about the pull request and web product experience.
37 stars 7 forks source link

Bug: Deleted branches are not pruned #590

Open mvorisek opened 11 hours ago

mvorisek commented 11 hours ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Create a branch, push some changes and open PR (to submit coverage to Codecov)
  2. Close (or merge) the PR and delete the PR branch
  3. Notice the branch is still shown in Codecov (for ex. compare https://github.com/atk4/data/branches/all and https://app.codecov.io/gh/atk4/data )

Expected behavior

Deleted branches must be pruned from "Branch Context" dropdown in Codecov websize. Simple said, they must be in sync with the repo.

Deleted branches have zero meaning once they are deleted. Currently, having listed thousands of useless branches make actually very hard to locate the few present/meaninful branches.

Screenshots

Image

(many of these branches are not longer present in project's GH repo)