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

Support setting multiple test suites #14

Closed killy971 closed 10 years ago

killy971 commented 10 years ago

At the moment the hpc-coveralls command can only accept one test suite name.

After this change, the command should be able to handle calls with multiple test suite names passed in the argument list, and the coverage report should reflect the merge coverage data from both test suite tix data.

Implementation:

For each test suite name:

Then merge all maps on keys, by summing up the tixs.

killy971 commented 10 years ago

Feature branch: https://github.com/guillaume-nargeot/hpc-coveralls/tree/multi-test-suite-support