@hackage hpc-coveralls0.2.0

Coveralls.io support for Haskell.

This utility converts and sends Haskell projects hpc code coverage to coverall.io.

Usage

Commands to add to your project .travis.yml when using Travis CI:

before_install:
  - cabal install hpc-coveralls
script:
  - cabal configure --enable-tests --enable-library-coverage && cabal build
  - run-cabal-test [options] [cabal-test-options]
after_script:
  - hpc-coveralls [options] [test-suite-name]

Further information can be found in the README.