hpc-coveralls-0.2.1: Coveralls.io support for Haskell.

Stabilityexperimental
MaintainerGuillaume Nargeot <guillaume+hackage@nargeot.com>
Safe HaskellNone

Trace.Hpc.Coveralls.Curl

Description

Functions for sending coverage report files over http.

Synopsis

Documentation

postJsonSource

Arguments

:: String

target file

-> URLString

target url

-> IO PostResult

POST request result

Send file content over HTTP using POST request

data PostResult Source

Result to the POST request to coveralls.io

Constructors

PostSuccess URLString

Coveralls job url

PostFailure String

error message