You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package.path = package.path .. ';E:\\hardenzheng\\projects\\luacov\\src\\?.lua';
require("luacov")
if 10 > 100 then
print("this line will not run")
else
print("Hello, LuaCov")
end
Here is my code.
I am trying to use luacov under Windows.
First, I input ''lua test.lua" in the command line under the path of the above file, it works. I can find a file named "luacov.stats.out".
Next, I input "lua luacov", It doesn't work and tips "lua: cannot open luacov: No such file or directory"
The text was updated successfully, but these errors were encountered:
Here is my code.
I am trying to use luacov under Windows.
First, I input ''lua test.lua" in the command line under the path of the above file, it works. I can find a file named "luacov.stats.out".
Next, I input "lua luacov", It doesn't work and tips "lua: cannot open luacov: No such file or directory"
The text was updated successfully, but these errors were encountered: