Copyright | (c) 2014-2015 Guillaume Nargeot |
---|---|
License | BSD3 |
Maintainer | Guillaume Nargeot <guillaume+hackage@nargeot.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell98 |
Types to represent hpc code coverage data.
- type CoverageEntry = ([MixEntry], [Integer], [String])
- data Hit
- = Full
- | Partial
- | None
- | Irrelevant
- type Lix = [Hit]
- data CoverageMode
- data PostResult
Documentation
type CoverageEntry = ([MixEntry], [Integer], [String]) Source
data CoverageMode Source
data PostResult Source
Result to the POST request to coveralls.io
PostSuccess URLString | Coveralls job url |
PostFailure String | error message |