diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-30 12:02:24 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-30 12:02:24 +0300 |
| commit | 0f201a6a2e40ed645f753aa799e854bcbd3e0bbf (patch) | |
| tree | bc1ed06b8e51933b89afa2a40d877c4b5978bed4 | |
| parent | 5232de8401af5fe1ebcd9f5fcdbee9e5c2b90051 (diff) | |
exclude compiled cljlib.lua from luacov statistics
| -rw-r--r-- | .luacov | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ -- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html return { - exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*"}, + exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*", "cljlib"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; |