|
1 | 1 | codecov: |
2 | | - require_ci_to_pass: true |
| 2 | + require_ci_to_pass: false |
3 | 3 | branch: master |
| 4 | +github_checks: |
| 5 | + annotations: false |
4 | 6 |
|
5 | | -coverage: |
6 | | - precision: 1 |
7 | | - round: down |
8 | | - range: "70...100" |
| 7 | +flag_management: |
| 8 | + default_rules: |
| 9 | + carryforward: true |
| 10 | + statuses: |
| 11 | + - type: project |
| 12 | + target: auto |
| 13 | + threshold: 1% |
| 14 | + - type: patch |
| 15 | + target: auto |
| 16 | + |
| 17 | + |
| 18 | +component_management: |
| 19 | + default_rules: |
| 20 | + statuses: |
| 21 | + - type: project |
| 22 | + target: auto |
| 23 | + branches: |
| 24 | + - "!master" |
| 25 | + individual_components: |
| 26 | + - component_id: api |
| 27 | + paths: |
| 28 | + - api/** |
| 29 | + - component_id: pkg_aws_library |
| 30 | + paths: |
| 31 | + - packages/aws-library/** |
| 32 | + - component_id: pkg_dask_task_models_library |
| 33 | + paths: |
| 34 | + - packages/dask-task-library/** |
| 35 | + - component_id: pkg_models_library |
| 36 | + paths: |
| 37 | + - packages/models-library/** |
| 38 | + - component_id: pkg_notifications_library |
| 39 | + paths: |
| 40 | + - packages/notifications-library/** |
| 41 | + - component_id: pkg_postgres_database |
| 42 | + paths: |
| 43 | + - packages/postgres-database/** |
| 44 | + - component_id: pkg_service_integration |
| 45 | + paths: |
| 46 | + - packages/service-integration/** |
| 47 | + - component_id: pkg_service_library |
| 48 | + paths: |
| 49 | + - packages/service-library/** |
| 50 | + - component_id: pkg_settings_library |
| 51 | + paths: |
| 52 | + - packages/settings-library/** |
| 53 | + - component_id: pkg_simcore_sdk |
| 54 | + paths: |
| 55 | + - packages/simcore-sdk/** |
| 56 | + - component_id: agent |
| 57 | + paths: |
| 58 | + - services/agent/** |
| 59 | + - component_id: api_server |
| 60 | + paths: |
| 61 | + - services/api-server/** |
| 62 | + - component_id: autoscaling |
| 63 | + paths: |
| 64 | + - services/autoscaling/** |
| 65 | + - component_id: catalog |
| 66 | + paths: |
| 67 | + - services/catalog/** |
| 68 | + - component_id: clusters_keeper |
| 69 | + paths: |
| 70 | + - services/clusters-keeper/** |
| 71 | + - component_id: dask_sidecar |
| 72 | + paths: |
| 73 | + - services/dask-sidecar/** |
| 74 | + - component_id: datcore_adapter |
| 75 | + paths: |
| 76 | + - services/datcore-adapter/** |
| 77 | + - component_id: director |
| 78 | + paths: |
| 79 | + - services/director/** |
| 80 | + - component_id: director_v2 |
| 81 | + paths: |
| 82 | + - services/director-v2/** |
| 83 | + - component_id: dynamic_scheduler |
| 84 | + paths: |
| 85 | + - services/dynamic-scheduler/** |
| 86 | + - component_id: dynamic_sidecar |
| 87 | + paths: |
| 88 | + - services/dynamic-sidecar/** |
| 89 | + - component_id: efs_guardian |
| 90 | + paths: |
| 91 | + - services/efs-guardian/** |
| 92 | + - component_id: invitations |
| 93 | + paths: |
| 94 | + - services/invitations/** |
| 95 | + - component_id: migration |
| 96 | + paths: |
| 97 | + - services/migration/** |
| 98 | + - component_id: osparc_gateway_server |
| 99 | + paths: |
| 100 | + - services/osparc-gateway-server/** |
| 101 | + - component_id: payments |
| 102 | + paths: |
| 103 | + - services/payments/** |
| 104 | + - component_id: resource_usage_tracker |
| 105 | + paths: |
| 106 | + - services/resource-usage-tracker/** |
| 107 | + - component_id: storage |
| 108 | + paths: |
| 109 | + - services/storage/** |
| 110 | + - component_id: webclient |
| 111 | + paths: |
| 112 | + - services/static-webserver/client/** |
| 113 | + - component_id: webserver |
| 114 | + paths: |
| 115 | + - services/web/server/** |
9 | 116 |
|
| 117 | +coverage: |
10 | 118 | status: |
11 | 119 | project: |
12 | 120 | default: |
13 | 121 | informational: true |
14 | | - threshold: 1% |
15 | | - paths: |
16 | | - - api |
17 | | - - packages |
18 | | - - services |
19 | | - carryforward: true |
20 | | - api: |
21 | | - informational: true |
22 | | - threshold: 1% |
23 | | - paths: |
24 | | - - api |
25 | | - carryforward: true |
26 | | - packages: |
27 | | - informational: true |
28 | | - threshold: 1% |
29 | | - paths: |
30 | | - - packages |
31 | | - carryforward: true |
32 | | - services: |
33 | | - informational: true |
34 | | - threshold: 1% |
35 | | - paths: |
36 | | - - services |
37 | | - carryforward: true |
38 | 122 |
|
39 | 123 | patch: |
40 | 124 | default: |
41 | 125 | informational: true |
42 | | - threshold: 1% |
43 | | - paths: |
44 | | - - api |
45 | | - - packages |
46 | | - - services |
47 | | - |
48 | | -parsers: |
49 | | - gcov: |
50 | | - branch_detection: |
51 | | - conditional: yes |
52 | | - loop: yes |
53 | | - method: no |
54 | | - macro: no |
55 | 126 |
|
56 | 127 | comment: |
57 | | - layout: "reach,diff,flags,tree" |
| 128 | + layout: "header,diff,flags,components,footer" |
58 | 129 | behavior: default |
59 | 130 | require_changes: false |
| 131 | + show_carryforward_flags: true |
| 132 | + |
| 133 | + |
| 134 | +ignore: |
| 135 | + - "test_*.py" |
| 136 | + - "**/generated_models/*.py" |
| 137 | + - "**/generated_code/*.py" |
| 138 | + - "**/node_modules/**" |
0 commit comments