From 2634de4f4ad366ebd266d884eecd01c3ccc61ec8 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 4 Dec 2024 15:40:15 -0300 Subject: [PATCH] 0.16.0 release --- .gitignore | 4 + docs/doc/index.html | 5 +- docs/doc/ldoc.css | 385 ++++++++++++++------------ docs/doc/modules/luacov.defaults.html | 5 +- docs/doc/modules/luacov.hook.html | 5 +- docs/doc/modules/luacov.html | 5 +- docs/doc/modules/luacov.reporter.html | 9 +- docs/doc/modules/luacov.runner.html | 13 +- docs/doc/modules/luacov.stats.html | 5 +- docs/doc/modules/luacov.tick.html | 5 +- docs/doc/modules/luacov.util.html | 5 +- docs/index.html | 9 + src/luacov/runner.lua | 2 +- 13 files changed, 250 insertions(+), 207 deletions(-) diff --git a/.gitignore b/.gitignore index eae1ed2..c4bf86a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ luac.out *.x86_64 *.hex +/luarocks +/lua +/lua_modules +/.luarocks diff --git a/docs/doc/index.html b/docs/doc/index.html index 5ab40c9..16442e8 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -29,6 +29,7 @@

LuaCov

+

Modules