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

Single repo, multiple packages #51

Open jkarni opened 9 years ago

jkarni commented 9 years ago

Is there any way of using hpc-coveralls on a repo with multiple packages (either by combining the coverage, or by having multiple reports)?

killy971 commented 9 years ago

I don't think it is possible yet. Can you please point me to an example repo with this architecture? I'll have a look at what can be done.

jkarni commented 9 years ago

servant is the reason I'm asking, but it's a pretty common pattern - hspec, wai, yesod are all multi-package repos.

iphydf commented 8 years ago

https://github.com/TokTok/hstox uses multiple test-suites in a single repo. It needs quite a bit of trickery to get a combined coverage report.