hpc-coveralls-1.0.2: 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.Types

Description

Types to represent hpc code coverage data.

Synopsis

Documentation

data Hit Source

Constructors

Full 
Partial 
None 
Irrelevant 

Instances

type Lix = [Hit] Source

data PostResult Source

Result to the POST request to coveralls.io

Constructors

PostSuccess URLString

Coveralls job url

PostFailure String

error message