Display tests results and code coverage #13610
Unanswered
FedericoCeratto
asked this question in
Ideas
Replies: 1 comment 1 reply
-
In #5014 it was mentioned that the Build Server Protocol might fulfill this use case in the future, but it's been 4 years since that post... Anyway, I've been thinking about something similar for a while, so today I put together a language server that displays pytest failures in-editor using the built-in JUnit XML report that pytest produces: https://github.com/steinuil/pytest-lsp I don't think LSP can interact with the gutters to show code coverage (maybe that'll be something that could be done with the plugin system?), but only displaying test failures is not that complicated in principle! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Thanks for developing Helix.
It would be really nice if Helix could receive additional diagnostics from external sources to show failed tests.
Similarly it could set colors in the gutter to show code coverage.
An external tool would be responsible for collecting test outputs and coverage and feeding it to Helix.
(I looked around and could not find the same idea elsewhere)
Beta Was this translation helpful? Give feedback.
All reactions