Not all main/info modules were being omitted

Only the top-level ones in the repo root were.
This commit is contained in:
Jack Firth 2015-12-03 23:44:22 -08:00
parent 99994ef3c1
commit feab19a871

View File

@ -30,8 +30,8 @@
(define cover-omit-paths
'(#rx".*\\.scrbl"
"main.rkt"
"info.rkt"
#rx"main\\.rkt"
#rx"info\\.rkt"
"lens/private/doc-util"
"lens/private/test-util"
"lens/private/util"