From 893b381fc460d4febc22e96d94a4416fcf3ef6a8 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 30 Aug 2015 13:06:57 -0500 Subject: [PATCH] docs update --- cover/scribblings/basics.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cover/scribblings/basics.scrbl b/cover/scribblings/basics.scrbl index 7849437..e867461 100644 --- a/cover/scribblings/basics.scrbl +++ b/cover/scribblings/basics.scrbl @@ -31,7 +31,7 @@ The @exec{raco cover} command accepts the following flags: --- enable verbose logging} @item{@Flag{s} or @DFlag{submod} --- run the given submodule instead of the test submodule.} - @item{@Flag{e} or @DFlag{include-extensions} + @item{@Flag{e} or @DFlag{irrelevant-submodules} --- Concider the given submodules irrelevant when generating coverage. If not provided defaults to all submodules. Can be included more than once.} @item{@Flag{c} or @DFlag{collection} @@ -47,7 +47,8 @@ The @exec{raco cover} command accepts the following flags: In addition @exec{raco cover} supports the @racket[_test-omit-paths] and @racket[_test-command-line-arguments] @filepath{info.rkt} options like @exec{raco test}. In addition cover supports @racket[_cover-omit-paths], which is identical to @racket[_test-omit-paths], -but is specific to cover. +but is specific to cover. The same holds for @racket[_test-include-paths] and +@racket[_cover-include-paths]. @section{Gotchas}