-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
22 lines (20 loc) · 710 Bytes
/
Copy pathcodecov.yml
File metadata and controls
22 lines (20 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Codecov configuration. Keeps PR comments and the badge predictable instead of relying on defaults.
# https://docs.codecov.com/docs/codecovyml-reference
coverage:
status:
project:
default:
target: 85%
threshold: 2%
patch:
default:
# Informational: a PR is never blocked on patch coverage, but the delta is reported.
informational: true
# Only the six shipping libraries under src/ are measured. The benchmarks are BenchmarkDotNet harnesses and
# the package consumers are compile-and-run smoke tests, so neither is part of the shipped surface.
ignore:
- "benchmarks"
- "tests"
comment:
layout: "reach, diff, flags, files"
require_changes: false