You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get coveragepy.vim to work, but I can't seem to get the coverage portion to see uncovered lines.
Assume I clone this ciscoconfparse2 repo (ref git hash 2feeff184d4dee6a2c3b10ff756e0e1151f2ffd2) and then edit ciscoconfparse2/models_cisco.py. I currently see Coveragepy ==> 100% covered when I run :Coveragepy show, but that's obviously not true. There are loads of uncovered methods in that file.
How do I debug / fix what is wrong?
The text was updated successfully, but these errors were encountered:
I'm using:
I'm trying to get coveragepy.vim to work, but I can't seem to get the coverage portion to see uncovered lines.
Assume I clone this ciscoconfparse2 repo (ref git hash
2feeff184d4dee6a2c3b10ff756e0e1151f2ffd2
) and then edit ciscoconfparse2/models_cisco.py. I currently seeCoveragepy ==> 100% covered
when I run:Coveragepy show
, but that's obviously not true. There are loads of uncovered methods in that file.How do I debug / fix what is wrong?
The text was updated successfully, but these errors were encountered: