-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yaml
74 lines (71 loc) · 1.64 KB
/
codecov.yaml
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
72
73
74
coverage:
status:
project:
default:
target: 80%
patch:
default:
target: 80%
comment:
layout: "header, diff, flags, components, files, footer"
behavior: default
require_changes: false
require_base: false
require_head: false
hide_project_coverage: false
component_management:
default_rules:
statuses:
- type: project
target: 80%
- type: patch
target: 80%
individual_components:
- component_id: algorithm
name: algorithm
paths:
- test/test_algorithm.py
- zerohertzLib/algorithm/**
- component_id: api
name: api
paths:
- test/test_api.py
- zerohertzLib/api/**
- component_id: logging
name: logging
paths:
- test/test_logging.py
- zerohertzLib/logging/**
- component_id: monitoring
name: monitoring
paths:
- test/test_monitoring.py
- zerohertzLib/monitoring/**
- component_id: plot
name: plot
paths:
- test/test_plot.py
- zerohertzLib/plot/**
- component_id: quant
name: quant
paths:
- test/test_quant.py
- zerohertzLib/quant/**
- component_id: util
name: util
paths:
- test/test_util.py
- zerohertzLib/util/**
- component_id: vision
name: vision
paths:
- test/test_vision.py
- zerohertzLib/vision/**
ignore:
- zerohertzLib/__init__.py
- zerohertzLib/api/koreainvestment.py
- zerohertzLib/api/open_ai.py
- zerohertzLib/mlops/triton.py
- zerohertzLib/monitoring/gpu.py
- zerohertzLib/quant/koreainvestment.py
- "**/cli.py"