summaryrefslogtreecommitdiff
path: root/src/luacov/defaults.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luacov/defaults.lua')
-rw-r--r--src/luacov/defaults.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luacov/defaults.lua b/src/luacov/defaults.lua
index 89ab063..50213b4 100644
--- a/src/luacov/defaults.lua
+++ b/src/luacov/defaults.lua
@@ -30,13 +30,13 @@ return {
-- does not start with '@'. Default: false.
codefromstrings = false,
- --- Patterns for files to include when reporting.
+ --- Lua patterns for files to include when reporting.
-- All will be included if nothing is listed.
-- Do not include the '.lua' extension. Path separator is always '/'.
-- Overruled by `exclude`.
include = {},
- --- Patterns for files to exclude when reporting.
+ --- Lua patterns for files to exclude when reporting.
-- Nothing will be excluded if nothing is listed.
-- Do not include the '.lua' extension. Path separator is always '/'.
-- Overrules `include`.