Skip to content

Commit

Permalink
Exclude argparse from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Oct 31, 2015
1 parent 15c7b67 commit b445bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ function helper.luacov_config(prefix)
["luacheck.*"] = "src"
},
exclude = {
"bin/luacheck$"
"bin/luacheck$",
"luacheck/argparse$"
}
}
end
Expand Down

0 comments on commit b445bf4

Please sign in to comment.