hpc-codecov-0.5.0.0: Generate reports from hpc data
Copyright(c) 2022 8c6794b6
LicenseBSD3
Maintainer8c6794b6 <8c6794b6@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Trace.Hpc.Codecov.Exception

Description

Error and exception related codes.

Synopsis

Exception data type

data HpcCodecovError Source #

Exceptions thrown during coverage report generation.

Constructors

NoTarget

Target was not given.

TixNotFound FilePath

Tix file path was given, but not found.

MixNotFound FilePath [FilePath]

Mix file not found. The first field is the path specified by a tix file. The second is the searched paths.

SrcNotFound FilePath [FilePath]

Like MixNotFound, but for source code specified by a mix file.

InvalidBuildTool String

Invalid build tool.

InvalidFormat String

Invalid report format.

TestSuiteNotFound String

Test suite was given, but not found.

InvalidArgs [String]

Some errors in command line argument, e.g., required value not specified.