From 22195f339a36a0f542edbb2ae709b76a2ecc0492 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Thu, 1 Feb 2024 14:48:06 -0800 Subject: [PATCH] coverage: lower coverage for source/common/io/ (#32150) Coverage CI is failing because coverage is too low in source/common/io because CI is not executing io_uring code. #32149 Signed-off-by: Ryan Hamilton Signed-off-by: Ryan Northey --- test/per_file_coverage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/per_file_coverage.sh b/test/per_file_coverage.sh index 35e0e48d006e..f00cb9239131 100755 --- a/test/per_file_coverage.sh +++ b/test/per_file_coverage.sh @@ -3,7 +3,7 @@ # directory:coverage_percent # for existing directories with low coverage. declare -a KNOWN_LOW_COVERAGE=( -"source/common:96.2" +"source/common:96.1" "source/common/api:84.5" "source/common/api/posix:81.8" "source/common/config:94.8" @@ -11,6 +11,7 @@ declare -a KNOWN_LOW_COVERAGE=( "source/common/event:95.1" # Emulated edge events guards don't report LCOV "source/common/filesystem/posix:96.2" # FileReadToEndNotReadable fails in some env; createPath can't test all failure branches. "source/common/http/http2:95.2" +"source/common/io:6.7" "source/common/json:93.7" "source/common/matcher:94.6" "source/common/network:94.4" # Flaky, `activateFileEvents`, `startSecureTransport` and `ioctl`, listener_socket do not always report LCOV