# HG changeset patch # User Matthew Wild # Date 1539250751 -3600 # Node ID cd2f742e5826f1524fbe8ab1ce418e509ca24f9a # Parent bd5e4485a245eea4e0767f59c9c9d0f93cf57849 .luacov: Add config for luacov, exclude spec/ diff -r bd5e4485a245 -r cd2f742e5826 .luacov --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.luacov Thu Oct 11 10:39:11 2018 +0100 @@ -0,0 +1,3 @@ +exclude = { + "^%./spec/"; +}