coverage test only sources from frontend and plugins

pull/962/head
chrox 10 years ago
parent 3a98b4b0f7
commit 65804093ef

@ -25,6 +25,8 @@ return {
-- (exclude overrules include, do not include
-- the .lua extension)
['include'] = {
'frontend/.*$',
'plugins/.*$',
},
-- Patterns for files to exclude when reporting

Loading…
Cancel
Save