Copyright © 2013-2016 (c) Markus Ekholm <markus@botten.org>
Authors: Markus Ekholm (markus@botten.org).
| convert_and_send_file/4 | Import and convert cover files Filenames to a json string and send the
json to coveralls. |
| convert_file/4 | Import and convert cover file(s) Filenames to a json string
representation suitable to post to coveralls. |
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(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.
Filenames are not availabe on the node.
Generated by EDoc