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

hpc makes cabal test fail when multiple test suites cover the same module #18

Open killy971 opened 10 years ago

killy971 commented 10 years ago

Example error message:

hpc: found 2 instances of Util in ["./.hpc","./dist/hpc/mix/test-two","./dist/hpc/mix/test-one","./dist/hpc/mix/hpc-coveralls-testing-0.1.0.0"]

TODO: report this to the GHC development team.

killy971 commented 9 years ago

This is likely to be fixed by https://ghc.haskell.org/trac/ghc/ticket/9619 in GHC 7.10. hpc-coveralls still have to be fixed to fully support GHC 7.10 (issue #44)

killy971 commented 9 years ago

TODO: add documentation