-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
71 lines (60 loc) · 1.13 KB
/
codecov.yml
File metadata and controls
71 lines (60 loc) · 1.13 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# SPDX-License-Identifier: PMPL-1.0-or-later
# SPDX-FileCopyrightText: 2024-2025 ECHIDNA Project Contributors
#
# Codecov configuration for ECHIDNA
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 80%
threshold: 1%
if_ci_failed: error
patch:
default:
target: 70%
threshold: 5%
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false
require_base: false
require_head: true
ignore:
- "tests/"
- "examples/"
- "docs/"
- "scripts/"
- "target/"
- ".cargo/"
- ".julia/"
flags:
rust:
paths:
- src/rust/
carryforward: true
julia:
paths:
- src/julia/
carryforward: true
rescript:
paths:
- src/rescript/
carryforward: true
# Component coverage
component_management:
individual_components:
- component_id: rust_core
name: Rust Core
paths:
- src/rust/
- component_id: julia_ml
name: Julia ML
paths:
- src/julia/
- component_id: rescript_ui
name: ReScript UI
paths:
- src/rescript/