Skip to content

Commit abed4f3

Browse files
committed
Adjust Datadog code coverage gates
1 parent cb48287 commit abed4f3

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

code-coverage.datadog.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,39 @@ gates:
44
- type: total_coverage_percentage
55
config:
66
threshold: 75
7-
notify_only: true
87
services:
98
- '*'
109
- '!openstack'
1110
- '!teradata'
1211
- '!tokumx'
1312
- '!snmp'
1413
- '!sap_hana'
14+
- '!kafka_actions'
15+
- '!datadog_checks_dev'
16+
- '!tekton'
17+
- '!vertica'
18+
- type: total_coverage_percentage
19+
config:
20+
threshold: 74
21+
services:
22+
- kafka_actions
23+
- type: total_coverage_percentage
24+
config:
25+
threshold: 60
26+
services:
27+
- datadog_checks_dev
28+
- tekton
29+
- vertica
1530
- type: total_coverage_percentage
1631
config:
1732
threshold: 50
18-
notify_only: true
1933
services:
2034
- openstack
2135
- teradata
2236
- tokumx
2337
- type: total_coverage_percentage
2438
config:
2539
threshold: 30
26-
notify_only: true
2740
services:
2841
- snmp
2942
- sap_hana

0 commit comments

Comments
 (0)