Code Coverage support (underlining uncovered code, based on a lcov.info
file in the project)
#27149
jaredly
started this conversation in
Feature Ideas / Enhancements
Replies: 1 comment
-
Alternatively, is this the kind of thing that could be done in an extension? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my typescript projects w/ VSCode, I've really enjoyed a workflow where I run
bun test --coverage --coverage-reporter=lcov --watch
, which autoruns my tests and generates a filecoverage/lcov.info
, which then gets picked up by this extension, highlighting sections of uncovered code in the files I'm editing.Are there any plans for coverage reporting in Zed? I saw coverage mentioned in this very old issue, but it wasn't the main topic.
Beta Was this translation helpful? Give feedback.
All reactions