forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.threshold
More file actions
19 lines (19 loc) · 808 Bytes
/
codecov.threshold
File metadata and controls
19 lines (19 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.io=5
istio.io/istio/pilot/pkg/proxy/envoy/v2=10
istio.io/istio/pilot/pkg/config/memory/monitor.go=10
istio.io/istio/mixer/adapter/solarwinds/internal/papertrail/papertrail_logger.go=10