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 050d279 commit f3a43c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
# directory:coverage_percent
# for existing directories with low coverage.
declare -a KNOWN_LOW_COVERAGE=(
"source/common:96.2"
"source/common:95.9"
"source/common/api:84.5"
"source/common/api/posix:81.8"
"source/common/config:95.3"
"source/common/crypto:88.1"
"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:16.2"
"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 f3a43c2

Please sign in to comment.