diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-26 22:50:38 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-26 22:50:38 +0300 |
| commit | eb5ac9685626493847340274a97a0e99c0231e7b (patch) | |
| tree | 8ea2fa65c92ef322e76ca486e73203c145ecd388 /Makefile | |
| parent | 8cc148f7b43d412d378db18d9190d4ea4a537276 (diff) | |
fix: compensate empty lines in coverage script
Also add it to makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ test: @fennel core_test.fnl @fennel macros_test.fnl +test-coverage: + @sh coverage.sh + coverage: | clean all luacov-stats luacov |