google / vim-coverage

Apache License 2.0
101 stars 22 forks source link

Implement python nose coverage provider #8

Closed dbarnett closed 7 years ago

dbarnett commented 9 years ago

Add a coverage provider to support reading python coverage results from "nosetests --with-coverage" into vim.

blueyed commented 7 years ago

Does this generate coverage.py reports? https://github.com/alfredodeza/coveragepy.vim could be extended to act as a provider then maybe.

dbarnett commented 7 years ago

Possibly. Looks like that might just be its own self-contained alternative and as much work to adapt that as to plug into nosetests directly, but I could be wrong… only glanced at it.