Replies: 1 comment 1 reply
-
oops, just realize I should have posted to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

When I run code coverage with
pytest --cov=xxx
it shows that the lines inside my class method is covered but not the method signature line:Same for the class definition line and the import lines on the top of the file:

Is there an option to turn this on?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions