diff --git a/.github/actions/pr_notifier/requirements.txt b/.github/actions/pr_notifier/requirements.txt index 8315df03ec0a..fa9a56ed121f 100644 --- a/.github/actions/pr_notifier/requirements.txt +++ b/.github/actions/pr_notifier/requirements.txt @@ -171,9 +171,9 @@ pycparser==2.20 \ --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 \ --hash=sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705 # via cffi -pygithub==1.59.0 \ - --hash=sha256:126bdbae72087d8d038b113aab6b059b4553cb59348e3024bb1a1cae406ace9e \ - --hash=sha256:6e05ff49bac3caa7d1d6177a10c6e55a3e20c85b92424cc198571fd0cf786690 +pygithub==1.59.1 \ + --hash=sha256:3d87a822e6c868142f0c2c4bf16cce4696b5a7a4d142a7bd160e1bdf75bc54a9 \ + --hash=sha256:c44e3a121c15bf9d3a5cc98d94c9a047a5132a9b01d22264627f58ade9ddc217 # via -r requirements.in pyjwt[crypto]==2.4.0 \ --hash=sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf \ diff --git a/test/per_file_coverage.sh b/test/per_file_coverage.sh index 67441cc3c1c4..bcc24495cb2b 100755 --- a/test/per_file_coverage.sh +++ b/test/per_file_coverage.sh @@ -5,27 +5,25 @@ declare -a KNOWN_LOW_COVERAGE=( "source/common:96.2" "source/common/api:84.5" -"source/common/api/posix:81.3" +"source/common/api/posix:81.8" "source/common/config:94.8" "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/json:93.4" +"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 "source/common/network/dns_resolver:91.6" # A few lines of MacOS code not tested in linux scripts. Tested in MacOS scripts -"source/common/protobuf:96.3" -"source/common/quic:93.4" -"source/common/router:96.6" +"source/common/protobuf:96.4" +"source/common/quic:93.5" "source/common/secret:95.0" "source/common/signal:87.2" # Death tests don't report LCOV "source/common/singleton:95.7" -"source/common/tcp:93.0" +"source/common/tcp:94.1" "source/common/thread:0.0" # Death tests don't report LCOV -"source/common/tracing:97.1" "source/common/watchdog:58.6" # Death tests don't report LCOV -"source/exe:94.5" +"source/exe:94.9p" "source/extensions/access_loggers/wasm:93.5" "source/extensions/clusters/common:91.5" # This can be increased again once `#24903` lands "source/extensions/common:93.0" #flaky: be careful adjusting @@ -70,13 +68,12 @@ declare -a KNOWN_LOW_COVERAGE=( "source/extensions/listener_managers/validation_listener_manager:70.0" "source/extensions/watchdog/profile_action:83.3" "source/server:93.8" # flaky: be careful adjusting. See https://github.com/envoyproxy/envoy/issues/15239 -"source/server/admin:profiler-lib:83" "source/server/config_validation:88.4" -"source/extensions/health_checkers:95.9" -"source/extensions/health_checkers/http:93.8" +"source/extensions/health_checkers:96.0" +"source/extensions/health_checkers/http:93.9" "source/extensions/health_checkers/grpc:92.0" "source/extensions/config_subscription/rest:94.3" -"source/extensions/matching/input_matchers/cel_matcher:90.7" #Death tests don't report LCOV +"source/extensions/matching/input_matchers/cel_matcher:93.1" #Death tests don't report LCOV ) [[ -z "${SRCDIR}" ]] && SRCDIR="${PWD}"