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 pygithub from 1.59.0 to 1.59.1 in /.github/actions/pr_notifier #648

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
6 changes: 3 additions & 3 deletions .github/actions/pr_notifier/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
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