codecov-haskell-0.1.0: src/Trace/Hpc/Codecov/Config.hs
module Trace.Hpc.Codecov.Config where
data Config = Config {
testSuites :: ![String],
excludedDirs :: ![FilePath]
}
module Trace.Hpc.Codecov.Config where
data Config = Config {
testSuites :: ![String],
excludedDirs :: ![FilePath]
}