From c775e2635ed15f4780bda69c17a64d9655b040c2 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Thu, 6 Jul 2023 11:11:38 -0400 Subject: [PATCH 1/2] coverage: ratcheting Signed-off-by: Alyssa Wilk --- test/per_file_coverage.sh | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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}" From d9b11450160cc9243e39c02f8868d259a7d9d016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 06:51:31 +0000 Subject: [PATCH 2/2] build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.6 to 3.0.8. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/1360a344ccb0ab6e9475edef90ad2f46bf8003b1...f6fff72a3217f580d5afd49a46826795305b63c7) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/depsreview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index e53564b0bb9d..0153f2e59320 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -13,4 +13,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' - uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 + uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7