adinapoli / threads-supervisor

Simple, IO-based Haskell library for Erlang-inspired thread supervisors
MIT License
29 stars 4 forks source link

Improve HPC coverage & coveralls integration #16

Closed adinapoli closed 8 years ago

adinapoli commented 8 years ago

cc @srijs .

We should run stack hpc report to identify the areas which lacks testing, and possibly use a service like coveralls (I have tried in the past but failed miserably) to report the percentage of code coverage as a badge in the README.

adinapoli commented 8 years ago

@srijs Now we have Coveralls integration!

https://github.com/adinapoli/threads-supervisor/pull/17

We are ticking at 74%, which is not too bad, although the target is of course 100% :wink:

srijs commented 8 years ago

:tada: