Skip to content

Commit

Permalink
exlude spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 29, 2023
1 parent 60d1389 commit 5b20ab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coverage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ if ie then

mtt.luacov_runner.init({
include = include_paths,
exclude = {
".+spec"
},
reporter = "lcov",
reportfile = "lcov.info"
})
Expand Down

0 comments on commit 5b20ab1

Please sign in to comment.