diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-05-10 18:33:15 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-05-10 18:33:15 +0000 |
| commit | 3fee82f050e055ba7770a2b0135f2ebe4ee7b985 (patch) | |
| tree | ca9d6e464aff19fdf6141c21f6b87e5054aa76d3 /.luacov | |
| parent | 9ff8b7069da390540168723ce110b92f6d17c6b0 (diff) | |
Try multi value return
Diffstat (limited to '.luacov')
| -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 = {"src/fennel/macros.fnl", ".cache/*"}, + exclude = {"macros%.fnl", "tests/.*", "luarocks/.*"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; |