Skip to content

Commit

Permalink
Revert "coverage: lower coverage for source/common/io/ (envoyproxy#32150
Browse files Browse the repository at this point in the history
)"

This reverts commit 9f92f4c.

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Mar 12, 2024
1 parent 08231e3 commit c7ca066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# directory:coverage_percent
# for existing directories with low coverage.
declare -a KNOWN_LOW_COVERAGE=(
"source/common:95.9" # TODO(#32149): increase this once io_uring is tested.
"source/common:96.2"
"source/common/api:84.5" # flaky due to posix: be careful adjusting
"source/common/api/posix:83.8" # flaky (accept failover non-deterministic): be careful adjusting
"source/common/common/posix:88.8" # No easy way to test pthread_create failure.
Expand All @@ -12,7 +12,6 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/common/event:95.0" # 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:57.1" # TODO(#32149): CI has stopped executing this code.
"source/common/json:94.6"
"source/common/matcher:94.6"
"source/common/network:94.4" # Flaky, `activateFileEvents`, `startSecureTransport` and `ioctl`, listener_socket do not always report LCOV
Expand Down

0 comments on commit c7ca066

Please sign in to comment.