hpc-coveralls-1.0.4: Coveralls.io support for Haskell.

Copyright(c) 2014-2015 Guillaume Nargeot
LicenseBSD3
MaintainerGuillaume Nargeot <guillaume+hackage@nargeot.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Trace.Hpc.Coveralls

Description

Functions for converting and sending hpc output to coveralls.io.

Synopsis

Documentation

generateCoverallsFromTix Source

Arguments

:: String

CI name

-> String

CI Job ID

-> GitInfo

Git repo information

-> Config

hpc-coveralls configuration

-> Maybe String

Package name-version

-> IO Value

code coverage result in json format

Generate coveralls json formatted code coverage from hpc coverage data