| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Test.Tasty.CoverageReporter
Description
This module provides an ingredient for the tasty framework which allows to generate one coverage file per individual test.
Synopsis
Documentation
coverageReporter :: Ingredient Source #
This ingredient implements its own test-runner which can be executed with
 the --report-coverage command line option.
 The testrunner executes the tests sequentially and emits one coverage file
 per executed test.
Since: 0.1.0.0