[BUG] Unable to add break points where the CodeCov extension highlights lines of code that are/arent covered by coverage
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
With the extension enabled and line coverage decorations enabled, you are unable to add Breakpoints to your lines of code where there is code coverage decordations.
To Reproduce
Steps to reproduce the behavior:
- Enable code CodeCov extension
- Enable code coverage decorations (or use the default settings from the extension)
- Try add a break point to the line with the codecov decoration
Expected behavior
Be able to add breakpoints?
Regression
Unsure?
Screenshots
Product Area
VScode extension
Versions
- OS: Mac OS
- Git Host: Github
- CI/CD: Github Actions (Irrelevant)
Commit and CI link
Irrelavent
Additional context
First time installing the extension i experienced this issue. Not sure of any work around other than turning off the CodeCov extension
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the VS Code extension with line coverage decorations enabled, then inspect how the extension adds those decorations and how breakpoint placement behaves on decorated lines. Done means users can add breakpoints on lines with Codecov coverage decorations without disabling the extension; verify this against the listed reproduction steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100