tfausak / flow

:droplet: Write more understandable Haskell.
https://hackage.haskell.org/package/flow
MIT License
198 stars 10 forks source link

Track code coverage #2

Closed tfausak closed 9 years ago

tfausak commented 9 years ago

I just discovered hpc-coveralls. I would like to track code coverage with it.

tfausak commented 9 years ago

Although this worked, it didn't really do what I intended. It checked the coverage of lines in the test suite: https://coveralls.io/builds/2265229/source?filename=Test.hs. I wanted it to see how much of the library (Flow.hs) was covered by the doctests, which are executed in Test.hs. So the coverage number is misleading.