-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
47 lines (41 loc) · 981 Bytes
/
Copy pathcodecov.yml
File metadata and controls
47 lines (41 loc) · 981 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
35
36
37
38
39
40
41
42
43
44
45
46
47
# Codecov configuration for the paginate monorepo
# https://docs.codecov.io/docs/codecov-yaml
codecov:
require_ci_to_pass: true
coverage:
precision: 2
round: down
status:
project:
default:
target: 85%
threshold: 2%
patch:
default:
target: 80%
threshold: 5%
# pytest runs with working-directory: py, so coverage reports paths as
# `src/pypaginate/...`; map them back to the repo-root location.
fixes:
- "src/::py/src/"
flags:
unit:
paths:
- py/src/pypaginate/
carryforward: true
integration:
paths:
- py/src/pypaginate/
carryforward: true
component_management:
individual_components:
- component_id: python
paths: [py/src/pypaginate/**, crates/pyo3/**]
- component_id: engine
paths: [crates/core/**]
- component_id: node
paths: [crates/node/**, ts/src/**]
comment:
layout: "reach,diff,flags,components"
behavior: default
require_changes: false