killy971 / hpc-coveralls

coveralls.io support for haskell code coverage with hpc
http://hackage.haskell.org/package/hpc-coveralls
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Optionally calculate total coverage instead of retrieving it from coveralls.io report #27

Open killy971 opened 10 years ago

killy971 commented 10 years ago

Retrieving the total coverage percentage from the report on coveralls.io is the most correct way to proceed, but it involves an extra curl query and the associated processing of possible failures, delay, retry, etc.

Introducing a way to calculate the total coverage locally would be more robust.