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 | fad7b0de5bb32f29226d1295a99b232a704ae8be (patch) | |
| tree | bc8a7278c8b5f8fe121091717ea87d198d982518 /.luacov | |
| parent | 1e4afa943f108506af5221ef08d2d627e8d757be (diff) | |
feature(CI): add coverage report
Diffstat (limited to '.luacov')
| -rw-r--r-- | .luacov | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +-- -*- mode: lua; -*- +-- setting default behaviors for luacov. For documentation on the options, +-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html + +return { + runreport = true, + statsfile = "luacov.stats.out"; + reportfile = "luacov.report.out"; +} |