go coverage: toggle the coverage indicator after metric is shown

pull/140/head
ray-x 2 years ago
parent d3d278d58a
commit 16c37da2f8

@ -365,6 +365,7 @@ M.run = function(...)
vim.notify(string.format("test finished:\n %s", lp), vim.lsp.log_levels.INFO)
coverage = M.read_cov(cov)
if load == "-m" then
M.toggle(true)
return M.show_func()
end
vfn.setqflist({}, " ", {

Loading…
Cancel
Save