Skip to content

Commit

Permalink
coverage: lower coverage for source/common/io/ (#32150)
Browse files Browse the repository at this point in the history
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 <rch@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
RyanTheOptimist authored and phlax committed Feb 6, 2024
1 parent cea8f46 commit 24a52ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/common/filesystem/posix:96.5" # FileReadToEndNotReadable keeps failing
"source/common/http:96.3"
"source/common/http/http2:95.0"
"source/common/io:6.7"
"source/common/json:93.4"
"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 24a52ab

Please sign in to comment.