coveragepy.vim icon indicating copy to clipboard operation
coveragepy.vim copied to clipboard

A Vim plugin to facilitate integration with Coverage.py

Results 7 coveragepy.vim issues
Sort by recently updated
recently updated
newest added

I'm using: - Python 3.11.2 - coveragepy version 7.4.0 - pytest version 7.4.3 - pytest-cov 4.1.0 I'm trying to get [coveragepy.vim](https://github.com/alfredodeza/coveragepy.vim/) to work, but I can't seem to get the...

https://pypi.org/project/vim-vint/

Highlighting failed on Windows because the file paths contain backslashes. This could potentially fail on *nix systems as well, if the paths contained backslashes. Fixed by enabling very nomagic mode...

Highlighting fails in windows because the file system paths contain backslashes. When you match the path from `g:coveragepy_session_map` against the absolute path of the current buffer, it will always return...

Hello, I'm trying this plugin it does what it says, and that's great!, however I'm having a weird (and annoying) behaviour when running `:Coveragepy report` the report opens up fitting...