google / vim-coverage

Apache License 2.0
101 stars 22 forks source link

[WIP] Python provider: report partial lines and percentage from coveragepy #29

Open blueyed opened 6 years ago

blueyed commented 6 years ago

Would make sense to squash-merge probably.

Uses a private interface with coveragepy (see https://github.com/nedbat/coveragepy/issues/44).

dbarnett commented 6 years ago

There's a mismatch in the line counts in the test ("3/7" instead of "3/6"). Is that expected?

blueyed commented 6 years ago

No, needs more work. IIRC I've something stashed, but have to come back to it.