Copyright | (c) 2014-2015 Guillaume Nargeot |
---|---|
License | BSD3 |
Maintainer | Guillaume Nargeot <guillaume+hackage@nargeot.com> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell98 |
Trace.Hpc.Coveralls.Types
Description
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
Constructors
Full | |
Partial | |
None | |
Irrelevant |
data PostResult Source #
Result to the POST request to coveralls.io
Constructors
PostSuccess URLString | Coveralls job url |
PostFailure String | error message |