feedback
feedback copied to clipboard
A place to discuss feedback about the pull request and web product experience.
**Describe the bug** The `components` filter on the file page does not filter to the correct component. It is correct on the file explorer directory view and is correct on...
## Description ### Page(s) ### Current State [] Broken Link [] Unclear Language [] Inconsistent Formatting [] Missing Information [] Missing Updates for New Features [] Deprecated Features ### Additional...
**What product do you want to improve?** PR Comments **Is your feature request related to a problem? Please describe.** A PR was written once and updated twice, as expected (we...
**Describe the bug** Every time there is an update in the repositories the `codecov_auth_githubappinstallation` table in updated in the codecov database. However, even though the `repositories_service_ids` are populated correctly, the...
## Description `README.md` in this repository links `codecov-api` and some other archived repositories. ### Page(s) `README.md` in this repository. ### Current State [] Broken Link [] Unclear Language [] Inconsistent...
Component's project coverage status doesn't match with the specified paths in the component config
**Describe the bug** I'm trying to understand project coverage check for the components, I'm seeing the number differences the coverage in the paths vs. what codecov reports in the pull...
**What product do you want to improve?** Codecov GitHub Action / Uploader **Is your feature request related to a problem? Please describe.** In monorepos, it's tedious to manually create separate...
## Description These descriptions of the codecov.yml parameter 'coverage.range' are inconsistent. ### Page(s) https://docs.codecov.com/docs/codecovyml-reference#coverage > **coverage.range** > The value range where you want the value to be green > >...
**Describe the bug** Several PRs, ranging from 3 to 5 _years_ old, have recently recieved codecov bot comments, despite being merged and having their branches deleted from the repo. https://github.com/stan-dev/cmdstanpy/pull/220#issuecomment-3057090903...
## Description Let's suppose i have the following, fairly standard, source tree: - `src/dir1/some_name.rs` - `src/dir1/tests.rs` - `src/dir2/some_name.rs` - `src/dir2/tests/something.rs` - `src/dir2/tests/other/something.rs` How would one disable `default` aggregate component, which...