The latest version of codecov-haskell is 0.5.0-0.
codecov-haskell
Version 0.3.0 revision 0 uploaded by killy971.
Package meta
- Synopsis
- Codecov.io support for Haskell.
- Description
This utility converts and sends Haskell projects hpc code coverage to codecov.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 codecov-haskell - codecov-haskell [options] [test-suite-names]
Further information can be found in the README.
- Author
- Guillaume Nargeot
- Bug reports
- https://github.com/guillaume-nargeot/codecov-haskell/issues
- Category
- Control
- Copyright
- (c) 2014 Guillaume Nargeot
- Homepage
- https://github.com/guillaume-nargeot/codecov-haskell
- Maintainer
- Guillaume Nargeot <guillaume+hackage@nargeot.com>
- Package URL
- n/a
- Stability
- experimental