[run] # 只测量当前项目下的代码覆盖率,可以通过 source 指定模块或包 source = ../ascend_deployer [report] # 仅展示指定的包或模块的覆盖率报告 include = ../ascend_deployer/* # 排除掉不必要的文件或外部模块 omit = ../test/*, */venv/*, */site-packages/* # 打开忽略完全没有覆盖的文件 show_missing = True