-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
23 lines (21 loc) · 637 Bytes
/
codecov.yml
File metadata and controls
23 lines (21 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Codecov repository settings (validate: curl --data-binary @codecov.yml https://codecov.io/validate)
# CI still enforces coverage via pytest --cov-fail-under=80; this configures
# Codecov checks and PR comments. Patch status is informational so small PRs
# are not blocked twice (pytest remains the hard gate for overall %).
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 80%
threshold: 1%
patch:
default:
target: 80%
informational: true
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false