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

fix: restore netty constraint #63

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

aaron-steinfeld
Copy link
Contributor

Restore netty constraint

@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner September 24, 2024 14:28
@@ -11,6 +11,9 @@ dependencies {
api("io.grpc:grpc-context")
api("io.grpc:grpc-api")
api("io.grpc:grpc-inprocess")
api(platform("io.netty:netty-bom:4.1.108.Final")) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake - I thought this was an old constraint since it wasn't being flagged on this repo and removed it. But it's actually still used upstream when consuming grpc (where we actually bring in netty).

Copy link

Test Results

82 tests  ±0   82 ✅ ±0   17s ⏱️ -3s
14 suites ±0    0 💤 ±0 
14 files   ±0    0 ❌ ±0 

Results for commit 2cd51bd. ± Comparison against base commit f32eb86.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.32%. Comparing base (f32eb86) to head (2cd51bd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #63   +/-   ##
=========================================
  Coverage     72.32%   72.32%           
  Complexity      172      172           
=========================================
  Files            25       25           
  Lines           524      524           
  Branches         26       26           
=========================================
  Hits            379      379           
  Misses          121      121           
  Partials         24       24           
Flag Coverage Δ
unit 72.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aaron-steinfeld aaron-steinfeld merged commit 4049aae into main Sep 24, 2024
7 checks passed
@aaron-steinfeld aaron-steinfeld deleted the restore-netty-constraint branch September 24, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants