forked from PyModel/pythinker-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
58 lines (53 loc) · 1.13 KB
/
Copy pathcodecov.yml
File metadata and controls
58 lines (53 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
codecov:
notify:
after_n_builds: 3
wait_for_ci: true
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
informational: true
patch:
default:
informational: true
comment:
layout: "diff, flags, files"
behavior: default
require_changes: true
show_carryforward_flags: true
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
informational: true
- type: patch
informational: true
individual_flags:
- name: pythinker-code
paths:
- src/pythinker_code/
after_n_builds: 3
- name: pythinker-core
paths:
- packages/pythinker-core/src/pythinker_core/
after_n_builds: 3
- name: pythinker-host
paths:
- packages/pythinker-host/src/pythinker_host/
after_n_builds: 3
- name: pythinker-sdk
paths:
- sdks/pythinker-sdk/src/pythinker_sdk/
after_n_builds: 3
ignore:
- "**/tests/**"
- "**/tests_e2e/**"
- "**/tests_ai/**"
- "**/conftest.py"
- "**/__init__.py"
- "src/pythinker_code/deps/**"
- "examples/**"