1 Star 1 Fork 0

openComplianceCode / scancode-toolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.coveragerc 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
郑志鹏 提交于 2022-01-27 18:28 . first commit
# .coveragerc to control coverage.py
[coverage:run]
branch = True
omit =
# no config, tests, samples, data or bin directory and related files
tests/*
samples/*
thirdparty/*
etc/*
*/data/*
*/bin/*
*/templates/*
src/scancode/cli_test_utils.py
src/scancode_config.py
# ignore specific third-party code which is not tested here, but elsewhere
src/commoncode/dict_utils.py
[coverage:report]
# lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Debug-only code:
def __repr__
if TRACE
logger
# Some assertion code:
raise AssertionError
raise NotImplementedError
# main code does not run in our context:
if __name__ == .__main__.:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openComplianceCode/scancode-toolkit.git
git@gitee.com:openComplianceCode/scancode-toolkit.git
openComplianceCode
scancode-toolkit
scancode-toolkit
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891