feedback
feedback copied to clipboard
A place to discuss feedback about the pull request and web product experience.
## Description the current command displayed is `curl -X POST --data-binary @codecov.yml https://codecov.io/validate` but i believe it should be `curl -X POST --data-binary @.codecov.yml https://codecov.io/validate` because the file name is...
**Describe the bug** [Self-hosted] Flags filtering is broken in the Tree view/Code tree/File list, when `flag_regexes` is added in `component_management` entries **Environment (please complete the following information):** - Browser: All...
**Describe the bug** The current free plan users-developer is marked as tier 2 marking it as Team plan. This causes it to lose certain features such as editing comment layouts...
**Describe the bug** flag_regexes in component_management is not applied to the File view **Environment (please complete the following information):** - Browser: All - System: CI, UI - Version: 25.1.16, 25.1.3,...
**Describe the bug** Components drop down in Components tab displays the list of component ids instead of the names It should also be sorted like the Flags drop down list...
**Describe the bug** When tapping "Erase Repository", I receive the message "We were unable to erase this repository" **Environment (please complete the following information):** Chrome Local Machine, Mac 26 **To...
We’re excited to introduce the Codecov AI Reviewer Assistant! It’s designed to help you review code changes and suggest improvements. We’d love your feedback on: 🦻 - The ease of...
Codecov currently provides patch coverage data per pull request via PR status checks and the pulls API, but there’s no way to view this data in aggregate. A dashboard showing...
**Describe the bug** Thanks for the service you provide - it greatly improves our ability to track code quality in our projects! We noticed that codecov added a comment on...
**Describe the bug** Username updates are gated by a case-insensitive check (owner.username.lower() != username.lower()), so a case-only rename is ignored **To Reproduce** Rename GH org case; run org/repo sync; observe...