forked from OpenCTI-Platform/opencti
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
30 lines (30 loc) · 817 Bytes
/
Copy path.codecov.yml
File metadata and controls
30 lines (30 loc) · 817 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
coverage:
status:
patch:
default:
target: 80%
informational: true
opencti-front:
target: 80%
informational: true
flags:
- opencti-front
opencti-graphql-mandatory:
target: 80%
informational: false
paths:
- opencti-platform/opencti-graphql/src/modules
- opencti-platform/opencti-graphql/src/domain
- opencti-platform/opencti-graphql/src/resolvers
- opencti-platform/opencti-graphql/src/database
- opencti-platform/opencti-graphql/src/utils
opencti-graphql-info:
target: 80%
informational: true
paths:
- opencti-platform
client-python:
target: 80%
informational: true
paths:
- client-python