hpc-lcov-1.0.0: Convert HPC output into LCOV format

Safe HaskellNone
LanguageHaskell2010

Trace.Hpc.Lcov

Synopsis

Documentation

generateLcovFromTix Source #

Arguments

:: [(String, FileInfo)]

Mapping from module name to file info

-> [TixModule] 
-> LcovReport 

Generate LCOV format from HPC coverage data.

type FileInfo = (FilePath, [MixEntry]) Source #

Path to source file and entries from the corresponding .mix file.