Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100% Coverage when much is uncovered #31

Open
dwenjii opened this issue Jan 5, 2024 · 0 comments
Open

100% Coverage when much is uncovered #31

dwenjii opened this issue Jan 5, 2024 · 0 comments

Comments

@dwenjii
Copy link

dwenjii commented Jan 5, 2024

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 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?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant