hpc-coveralls-0.3.0: src/Trace/Hpc/Coveralls/Config.hs
module Trace.Hpc.Coveralls.Config where
data Config = Config {
testSuites :: [String],
excludedDirs :: [FilePath]
}
module Trace.Hpc.Coveralls.Config where
data Config = Config {
testSuites :: [String],
excludedDirs :: [FilePath]
}