-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
34 lines (32 loc) · 927 Bytes
/
Copy pathcodecov.yml
File metadata and controls
34 lines (32 loc) · 927 Bytes
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
coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: true
patch:
default:
target: 80%
informational: true
comment:
layout: "diff, files"
require_changes: false
# Mirrors sonar-project.properties' sonar.exclusions/sonar.coverage.exclusions
# so Sonar and Codecov measure the same "production code" denominator:
# sample fixtures, research notes/tools, gitignored reference clones, build
# output, and the research/probe/benchmark-only executable targets are all
# excluded from both.
ignore:
- "Tests/**"
- "Fixtures/**"
- "Research/**"
- "reference/**"
- ".build/**"
- "Sources/BenchmarkRunner/**"
- "Sources/BudgetV2Eval/**"
- "Sources/PlanSubsetDerivation/**"
- "Sources/SchemataEligibilityClassifier/**"
- "Sources/PlanStats/**"
- "Sources/SchemataChunkBuildProbe/**"
- "Sources/DirectXCTestInvokeProbe/**"