diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-01 09:20:32 +0000 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-01 09:20:32 +0000 |
| commit | 2593f0da0b3b6bfb81f9062f74e0342ae5e3f8c9 (patch) | |
| tree | bc8a7278c8b5f8fe121091717ea87d198d982518 /Makefile | |
| parent | 1e4afa943f108506af5221ef08d2d627e8d757be (diff) | |
| parent | fad7b0de5bb32f29226d1295a99b232a704ae8be (diff) | |
Merge branch 'coverage-report' into 'master'
Coverage report
See merge request andreyorst/fennel-cljlib!4
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ test: clean @fennel --lua $(LUA) core_test.fnl @fennel --lua $(LUA) macros_test.fnl -luacov: | clean all luacov-stats +luacov: | clean-all all luacov-stats luacov luacov-console: | luacov |