1 Star 1 Fork 0

mrhso / afdko

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.coveragerc 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
[run]
# measure 'branch' coverage in addition to 'statement' coverage
# See: http://coverage.readthedocs.io/en/coverage-4.5.1/branch.html
branch = True
# list of directories or packages to measure
source =
afdko/Tools/SharedData/FDKScripts
Tests
omit =
*/__init__.py
Tests/*_test.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# keywords to use in inline comments to skip coverage
pragma: no cover
# don't complain if tests don't hit defensive assertion code
# ...
# don't complain if non-runnable code isn't run
if __name__ == .__main__.:
# ignore source code that can’t be found
ignore_errors = True
# when running a summary report, show missing lines
show_missing = True
1
https://gitee.com/mrhso/afdko.git
git@gitee.com:mrhso/afdko.git
mrhso
afdko
afdko
develop

搜索帮助