The latest version of hpc-coveralls is 1.0.10-0.

hpc-coveralls

Version 0.8.3 revision 0 uploaded by killy971.

Package meta

Synopsis
Coveralls.io support for Haskell.
Description

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

Usage

Below is the simplest example of .travis.yml configuration to use with Travis CI:

language: haskell
ghc: 7.8
script:
  - cabal configure --enable-tests --enable-library-coverage && cabal build && cabal test
after_script:
  - cabal install hpc-coveralls
  - hpc-coveralls [options] [test-suite-names]

Further information can be found in the README.

Author
Guillaume Nargeot
Bug reports
https://github.com/guillaume-nargeot/hpc-coveralls/issues
Category
Control
Copyright
(c) 2014-2015 Guillaume Nargeot
Homepage
https://github.com/guillaume-nargeot/hpc-coveralls
Maintainer
Guillaume Nargeot <guillaume+hackage@nargeot.com>
Package URL
n/a
Stability
experimental

Components