lemurheavy / coveralls-public

The public issue tracker for coveralls.io

Home Page:http://coveralls.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partial line coverage

bfontaine opened this issue · comments

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?

It would be great if Coveralls could support partial line coverage.
I recently wrote hpc-coveralls to support Haskell code coverage to coveralls.io, and also had to use this hit count trick, although hpc provides code coverage at a very detailed level.
(See this hpc example)

+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...

commented

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.