-
Notifications
You must be signed in to change notification settings - Fork 4
/
codecov.yaml
22 lines (22 loc) · 873 Bytes
/
codecov.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# https://docs.codecov.com/docs/codecovyml-reference
coverage:
round: down
range: 50..80
status: # https://docs.codecov.com/docs/commit-status
project:
default:
target: auto # use the coverage from the base commit
threshold: 3% # allow the coverage to drop by
patch:
default:
target: 50%
ignore:
# There are only 3 lines, but 340 lines are displayed as tracked lines, and We can't deal with it
# https://app.codecov.io/github/ymgyt/syndicationd/blob/main/crates%2Fsynd_api%2Fsrc%2Fserve%2Flayer%2Fmod.rs
- "crates/synd_api/src/serve/layer/mod.rs"
- "crates/ebpf"
comment: # https://docs.codecov.com/docs/pull-request-comments
# reach is not documented, but validator doesn't complain
layout: "condensed_header,reach,diff,condensed_files,condensed_footer"
hide_project_coverage: false
require_changes: true