-
Notifications
You must be signed in to change notification settings - Fork 710
/
.codecov.yml
48 lines (45 loc) · 1.11 KB
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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/LinuxTracing.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/