-
Notifications
You must be signed in to change notification settings - Fork 7
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
Partial line coverage #216
Comments
It would be great if Coveralls could support partial line coverage. |
+1 |
+1. We're using Python (the coveralls package) and this would be a very nice feature. |
Possibly a duplicate of #31. |
👍 |
I know this has been here for two years now, but it stills an issue for many people... |
This issue has been automatically marked for closure because it has not had recent activity. It will be closed if no further activity occurs. If your issue is still active please add a comment and we’ll review as soon as we can. Thank you for your contributions. |
Cloverage is a form-level Clojure test coverage tool which now supports Coveralls, but because you don’t support partial line coverage, it relies on a trick where we use the hits count to tell if the line is fully covered (
2
), partially covered (1
), or not covered at all (0
). Do you plan to support partial line coverage in the future?The text was updated successfully, but these errors were encountered: