Module coveralls

coveralls.

Copyright © 2013-2016 (c) Markus Ekholm <markus@botten.org>

Authors: Markus Ekholm (markus@botten.org).

Description

coveralls

Function Index

convert_and_send_file/4Import and convert cover files Filenames to a json string and send the json to coveralls.
convert_file/4Import and convert cover file(s) Filenames to a json string representation suitable to post to coveralls.

Function Details

convert_and_send_file/4

convert_and_send_file(Filenames::string() | [string()], ServiceJobId::string(), ServiceName::string(), RepoToken::string()) -> ok

Import and convert cover files Filenames to a json string and send the json to coveralls.

convert_file/4

convert_file(Filenames::string() | [string()], ServiceJobId::string(), ServiceName::string(), RepoToken::string()) -> string()

Import and convert cover file(s) Filenames to a json string representation suitable to post to coveralls.

Note that this function will crash if the modules mentioned in any of the Filenames are not availabe on the node.


Generated by EDoc