forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.threshold
25 lines (25 loc) · 1016 Bytes
/
codecov.threshold
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
# This overrides the default threshold used by the circle codecov job to prevent
# unexpected drop of code coverage.
#
# This is useful to temporarily whitelist the packages that have either non
# deterministic code path. (E.g. test may retry on failure. Some paths may not
# be exercised when there is no error, but are hit when there is an error
# before the test retries.)
#
# Ideally this file should contain only istio.io=x as the default. All other
# whitelisted packages or files should eventually be removed when the tests
# are made deteministic.
#
# Format:
# <package or filename>=<threshold in float64>
#
# Istio wide default
istio.io=5
# Overrides
istio.io/istio/mixer/adapter/solarwinds/internal/papertrail/papertrail_logger.go=50
istio.io/istio/pilot/pkg/config/memory/monitor.go=30
istio.io/istio/pilot/pkg/proxy/envoy/v2=10
istio.io/istio/pilot/pkg/serviceregistry/consul/monitor.go=20
istio.io/istio/pkg/test/framework=100
istio.io/istio/security/proto=100
istio.io/istio/security/pkg/nodeagent=15