Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# directory:coverage_percent
# for existing directories with low coverage.
declare -a KNOWN_LOW_COVERAGE=(
"source/common:96.5" # Raise when QUIC coverage goes up
"source/common/api:75.3"
"source/common/api/posix:73.9"
"source/common/common:96.3"
Expand All @@ -18,7 +17,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/common/singleton:95.8"
"source/common/thread:0.0" # Death tests don't report LCOV
"source/common/matcher:95.0"
"source/common/quic:90.6"
"source/common/quic:91.3"
"source/common/tracing:96.1"
"source/common/watchdog:42.9" # Death tests don't report LCOV
"source/exe:94.3"
Expand All @@ -29,8 +28,8 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/extensions/common/wasm/v8:85.4"
"source/extensions/filters/common/expr:96.4"
"source/extensions/filters/common/fault:94.6"
"source/extensions/filters/common/rbac:87.5"
"source/extensions/filters/http/cache:92.4"
"source/extensions/filters/common/rbac:88.6"
"source/extensions/filters/http/cache:92.6"
"source/extensions/filters/http/cache/simple_http_cache:95.2"
"source/extensions/filters/http/grpc_json_transcoder:95.6"
"source/extensions/filters/http/ip_tagging:91.2"
Expand All @@ -45,11 +44,10 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/extensions/health_checkers:95.9"
"source/extensions/health_checkers/redis:95.9"
"source/extensions/quic_listeners:85.1"
"source/extensions/stat_sinks/common/statsd:96.5"
"source/extensions/stat_sinks/graphite_statsd:85.7"
"source/extensions/stat_sinks/statsd:85.2"
"source/extensions/tracers/opencensus:92.5"
"source/extensions/tracers/xray:94.0"
"source/extensions/tracers/opencensus:94.2"
"source/extensions/tracers/xray:96.0"
"source/extensions/transport_sockets:95.7"
"source/extensions/transport_sockets/tls/cert_validator:96.5"
"source/extensions/transport_sockets/tls/private_key:76.9"
Expand All @@ -61,7 +59,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/extensions/watchdog/profile_action:85.7"
"source/server:94.4" # flaky: be careful adjusting. See https://github.com/envoyproxy/envoy/issues/15239
"source/server/admin:95.8"
"source/server/config_validation:78.7"
"source/server/config_validation:79.2"
)

[[ -z "${SRCDIR}" ]] && SRCDIR="${PWD}"
Expand Down