added bash/curl warning to coverall in scribble

This commit is contained in:
Spencer Florence 2014-12-29 13:39:40 -06:00
parent 7ebde86f23
commit 49fbfc00e4

View File

@ -16,7 +16,9 @@ The @exec{raco cover} command accepts the following flags:
@itemize[@item{html: Generates one html file per tested file.}
@item{coveralls: generates a coveralls json file.
This will then read COVERALLS_REPO_TOKEN from the environment
and submit the report to coveralls using that repo token.}]}
and submit the report to coveralls using that repo token. It should be
noted that, for the moment, coveralls requires both bash and curl to
run.}]}
@item{@Flag{d} or @DFlag{directory}
--- Specifies the directory output the coverage too.