Skip to content

Commit

Permalink
fk
Browse files Browse the repository at this point in the history
  • Loading branch information
spout committed Mar 17, 2017
1 parent ecbea3c commit c7d40f3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .luacov
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ return {
-- all will be included if nothing is listed
-- (exclude overrules include, do not include
-- the .lua extension)
include = {
"aries$",
"lib/.+$",
},
include = {
},

-- Patterns for files to exclude when reporting
-- all will be included if nothing is listed
Expand All @@ -42,7 +40,7 @@ return {
-- debug = true;

pathcorrect = {
{"^.-/share/lua/5.%d/", "aries.lua", "lib/"};
{"^.-/share/lua/5.%d/", "lib/", "aries.lua"};
},

},
Expand Down

0 comments on commit c7d40f3

Please sign in to comment.