1 Star 0 Fork 0

Buffeng / koreader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.luacov 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
--- Global configuration file. Copy, customize and store in your
-- project folder as '.luacov' for project specific configuration
-- @class module
-- @name luacov.defaults
-- global flag to indicate coverage test
LUACOV = true
return {
-- default filename to load for config options if not provided
-- only has effect in 'luacov.defaults.lua'
['configfile'] = '.luacov',
-- filename to store stats collected
['statsfile'] = 'luacov.stats.out',
-- filename to store report
['reportfile'] = 'luacov.report.out',
-- Run reporter on completion? (won't work for ticks)
runreport = true,
-- Delete stats file after reporting?
deletestats = false,
-- Patterns for files to include when reporting
-- all will be included if nothing is listed
-- (exclude overrules include, do not include
-- the .lua extension)
['include'] = {
'frontend/.*$',
'plugins/.*$',
},
-- Patterns for files to exclude when reporting
-- all will be included if nothing is listed
-- (exclude overrules include, do not include
-- the .lua extension)
['exclude'] = {
'luacov$',
'luacov.reporter$',
'luacov.defaults$',
'luacov.runner$',
'luacov.stats$',
'luacov.tick$',
'ansicolors$',
'copas$',
'coxpcall$',
'mediator$',
'moonscript.*$',
'socket$',
'busted.*$',
'luassert.*$',
'pl/.*$',
'say.init$',
'ffi/.*_h$',
'common/.*$',
'JSON',
'MD5',
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Buffeng/koreader.git
git@gitee.com:Buffeng/koreader.git
Buffeng
koreader
koreader
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891