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

Portabilityportable
Stabilityexperimental
MaintainerGuillaume Nargeot <guillaume+hackage@nargeot.com>
Safe HaskellNone

Trace.Hpc.Coveralls.Lix

Description

Functions for converting hpc output to line-based code coverage data.

Synopsis

Documentation

toLixSource

Arguments

:: Int

Source line count

-> [(MixEntry, Integer)]

Mix entries and associated hit count

-> Lix

Line coverage

Convert hpc coverage entries into a line based coverage format