34 Star 0 Fork 49

openKylin / pillow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.coveragerc 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
周淦清 提交于 2024-04-11 16:51 . merge upstream 10.2.0
# .coveragerc to control coverage.py
[report]
# Regexes for lines to exclude from consideration
exclude_also =
# Don't complain if non-runnable code isn't run
if 0:
if __name__ == .__main__.:
# Don't complain about debug code
if DEBUG:
# Don't complain about compatibility code for missing optional dependencies
except ImportError
[run]
omit =
Tests/32bit_segfault_check.py
Tests/bench_cffi_access.py
Tests/check_*.py
Tests/createfontdatachunk.py
1
https://gitee.com/openkylin/pillow.git
git@gitee.com:openkylin/pillow.git
openkylin
pillow
pillow
openkylin/nile

搜索帮助