tasty-coverage-0.1.3.0: Ingredient for tasty which generates per-test coverage reports
Safe HaskellSafe-Inferred
LanguageHaskell2010

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