Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8 #674

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 9 additions & 12 deletions test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down