加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.codecov.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
# https://docs.codecov.io/docs/codecov-yaml
# https://github.com/codecov/support/wiki/Codecov-Yaml
coverage:
status:
project:
default: false
patch:
default: false
comment:
layout: "diff, flags, files, footer"
flags:
production:
paths:
- src/CSVReader/
- src/EtwClrProfiler/
- src/EtwHeapDump/
- src/FastSerialization/
- src/HeapDump/
- src/HeapDumpCommon/
- src/HeapDumpInterface/
- src/PerfViewJS/
- src/MemoryGraph/
- src/PerfView/
- src/PerfView64/
- src/PerfViewExtensions/
- src/related/TraceEventAPIServer/
- src/TraceEvent/
- src/Utilities/
- src/VS/
test:
paths:
- src/LinuxEvent.Tests/
- src/PerfView.Tests/
- src/PerfView.TestUtilities/
- src/TraceEvent/Ctf/CtfTracing.Tests/
- src/TraceEvent/TraceEvent.Tests/
# Filter results to only show debug reports until the accuracy problems with
# the report merge process are fixed.
Release:
paths:
- nonexistent/
# Filter out 2015 reports for performance
'2015':
paths:
- nonexistent/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化