We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb48287 commit abed4f3Copy full SHA for abed4f3
1 file changed
code-coverage.datadog.yml
@@ -4,26 +4,39 @@ gates:
4
- type: total_coverage_percentage
5
config:
6
threshold: 75
7
- notify_only: true
8
services:
9
- '*'
10
- '!openstack'
11
- '!teradata'
12
- '!tokumx'
13
- '!snmp'
14
- '!sap_hana'
+ - '!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
24
25
+ threshold: 60
26
27
+ - datadog_checks_dev
28
+ - tekton
29
+ - vertica
30
31
32
threshold: 50
33
34
- openstack
35
- teradata
36
- tokumx
37
38
39
threshold: 30
40
41
- snmp
42
- sap_hana
0 commit comments