codecov-haskell-0.1.0: Codecov.io support for Haskell.

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

Trace.Hpc.Codecov.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 codecov.io

Constructors

PostSuccess URLString String

Codecov job url and total coverage percentage

PostFailure String

error message