From 0ca8c460e867356342180bb625760ed9201a5503 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 28 Feb 2024 22:38:41 -0300 Subject: tests: disable luacov runner tick --- spec/unit/test_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/unit/test_spec.lua') diff --git a/spec/unit/test_spec.lua b/spec/unit/test_spec.lua index 4d338984..4a31777e 100644 --- a/spec/unit/test_spec.lua +++ b/spec/unit/test_spec.lua @@ -19,11 +19,10 @@ describe("LuaRocks test #unit", function() fs.init() runner = require("luacov.runner") runner.init(testing_paths.testrun_dir .. "/luacov.config") - runner.tick = true end) lazy_teardown(function() - runner.shutdown() + runner.save_stats() end) local tmpdir -- cgit v1.2.3-55-g6feb