hpc-coveralls: Coveralls.io support for Haskell.

[ bsd3, control, library, program ] [ Propose Tags ]

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.

Modules

[Last Documentation]

  • Trace
    • Hpc
      • Trace.Hpc.Coveralls
        • Trace.Hpc.Coveralls.Curl
      • Trace.Hpc.Lix

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.2, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10
Dependencies aeson, base (<5), bytestring (>=0.10), cmdargs (>=0.10), curl (>=1.3.8), hpc (>=0.6.0.0), process, regex-posix, split [details]
License BSD-3-Clause
Copyright (c) 2014 Guillaume Nargeot
Author Guillaume Nargeot
Maintainer Guillaume Nargeot <guillaume+hackage@nargeot.com>
Category Control
Home page https://github.com/guillaume-nargeot/hpc-coveralls/issues
Bug tracker https://github.com/guillaume-nargeot/hpc-coveralls
Source repo head: git clone https://github.com/guillaume-nargeot/hpc-coveralls.git
Uploaded by killy971 at 2014-04-14T22:51:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables run-cabal-test, hpc-coveralls
Downloads 28300 total (68 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-15 [all 7 reports]