Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-10-04 16:02:32 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-10-04 16:04:47 +0300
commita18e5dbe977564b2727c207b0776f52389c89f7e (patch)
treeebd885981d9082ec0127dd89636df3f21d7209b7 /.luacov
parentf9b2db56e70cf91acf53ed75b9406d4baee4e2ca (diff)
Fix coverage reporting on travis
Tests are now run from project root.
Diffstat (limited to '.luacov')
-rw-r--r--.luacov4
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacov b/.luacov
new file mode 100644
index 0000000..93b9f3b
--- /dev/null
+++ b/.luacov
@@ -0,0 +1,4 @@
+modules = {
+ ["pl"] = "lua/pl/init.lua",
+ ["pl.*"] = "lua"
+}