-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathcodecov.yml
More file actions
33 lines (30 loc) · 564 Bytes
/
codecov.yml
File metadata and controls
33 lines (30 loc) · 564 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
codecov:
require_ci_to_pass: true
strict_yaml_branch: main
coverage:
precision: 2
round: down
range: 0..100
status:
project:
default:
target: auto
threshold: 0.5%
patch:
default:
target: 85%
threshold: 2%
ignore:
- "test/**"
- "coverage/**"
- "docs/**"
- "adapters/**"
- "scripts/**"
- ".github/**"
- "*.config.js"
- "*.config.mjs"
comment:
layout: "condensed_header, condensed_files, condensed_footer"
behavior: default
require_changes: false
hide_project_coverage: false