nvim-coverage icon indicating copy to clipboard operation
nvim-coverage copied to clipboard

Displays test coverage data in the sign column

Results 15 nvim-coverage issues
Sort by recently updated
recently updated
newest added

I managed to implement overlays visual in case someone might need https://github.com/andythigpen/nvim-coverage/assets/13571960/08bce7ae-fc61-434d-83bd-0eb3ac72a9d3 I prefer as less signs in my sign column as possible. So I tweaks this plugin a little...

## Preview Result of `:lua print(vim.bo.filetype)` ![screenshot_2024-04-29_21-37-30_498260107](https://github.com/andythigpen/nvim-coverage/assets/3357792/8d320a89-02e7-4100-9af6-ce84bfd022df) ## More info closes #48

i have a coverage of my unittest BUT I have coverage of my e2e testing... will be great having both :) in some way ... it is space for more...