From 49fbfc00e426d726105e1a9c8c056249b7a3dd18 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Mon, 29 Dec 2014 13:39:40 -0600 Subject: [PATCH] added bash/curl warning to coverall in scribble --- scribblings/basics.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scribblings/basics.scrbl b/scribblings/basics.scrbl index cb72998..3f34fa9 100644 --- a/scribblings/basics.scrbl +++ b/scribblings/basics.scrbl @@ -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.