How to use LuaCov with mini.test? #589
Unanswered
MunifTanjim
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Not quite sure, as I don't use it at all. It might be even impossible for how 'mini.test' recommends to do tests (each one in a separate new child process), so not sure. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to use LuaCov with
mini.test
?I tried
require
-ing LuaCov by doingpcall(require, "luacov")
at the top of the test file. But it doesn't generateluacov.stats.out
file after test is run.Beta Was this translation helpful? Give feedback.
All reactions