Skip to content

Commit

Permalink
Add test coverage enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Insality committed Nov 1, 2019
1 parent a1d255c commit 6d3eff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ builtins
node_modules/
package-lock.json
*.sublime-project
*.sublime-workspace
*.sublime-workspace
luacov.report.out
luacov.stats.out
2 changes: 1 addition & 1 deletion test/test.script
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local function run_tests()
for i = 1, #tests do
deftest.add(tests[i])
end
deftest.run()
deftest.run({ coverage = { enabled = true } })
end

function init(self)
Expand Down

0 comments on commit 6d3eff0

Please sign in to comment.