stack-hpc-coveralls-0.0.4.0: Initial project template from stack

Copyright(c) 2015 Michele Lacchia
LicenseISC
MaintainerMichele Lacchia <michelelacchia@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SHC.Api

Description

Functions for sending data to Coveralls.io and reading results.

Synopsis

Documentation

sendData Source #

Arguments

:: Config

SHC configuration

-> String

URL

-> Value

The JSON object

-> IO PostResult 

Send coverage JSON to Coveralls.io.

readCoverageResult :: String -> IO (Maybe Double) Source #

Read the coverage results from Coveralls.io.