diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-05-10 18:33:17 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-05-10 18:33:17 +0000 |
| commit | 9ff783f512674e60add2ce71bd20745ff446f57f (patch) | |
| tree | ca9d6e464aff19fdf6141c21f6b87e5054aa76d3 /.luacov | |
| parent | 9ff8b7069da390540168723ce110b92f6d17c6b0 (diff) | |
| parent | 3fee82f050e055ba7770a2b0135f2ebe4ee7b985 (diff) | |
Merge branch 'try-multi-value-return' into 'master'
Try multi value return
Closes #2
See merge request andreyorst/fennel-cljlib!10
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"; |