-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
There's no way to specify --show-missing in the .coveragerc file #173
Comments
Reported by lvh in #python. |
Fixed in <<changeset 3c7807e79d4f (bb)>>. |
Original comment by Michael Palumbo (Bitbucket: YAmikep, GitHub: YAmikep) Is that really fixed because I am having the same problem. I run coverage using nosetests and nose-cove: |
@YAmikep can you show some specifics? |
Original comment by Michael Palumbo (Bitbucket: YAmikep, GitHub: YAmikep) Here is the coveragerc file: https://bitbucket.org/YAmikep/ixml/src/33dfc323694f80e12d91fd8ec58c51fa52b1f297/.coveragerc Running that will not provide the missing lines information::
I need to add
|
@YAmikep Unfortunately, nose-cov provides its own value for show-missing, based on the command-line arguments, so it always overrides the value in the .coveragerc. One solution is to avoid nose-cov, and use coverage to run nosetests directly. |
I wonder why?
The text was updated successfully, but these errors were encountered: