Skip to content

review fixed

04e6bdc
Select commit
Loading
Failed to load commit list.
Open

grpc: support per-message compression and enforce embedding in ServerTransportStream implementations #8972

review fixed
04e6bdc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 18, 2026 in 1s

83.09% (-0.15%) compared to 8360b4c

View this Pull Request on Codecov

83.09% (-0.15%) compared to 8360b4c

Details

Codecov Report

❌ Patch coverage is 91.48936% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.09%. Comparing base (8360b4c) to head (04e6bdc).
⚠️ Report is 84 commits behind head on master.

Files with missing lines Patch % Lines
stream.go 90.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8972      +/-   ##
==========================================
- Coverage   83.23%   83.09%   -0.15%     
==========================================
  Files         410      413       +3     
  Lines       32572    33514     +942     
==========================================
+ Hits        27111    27848     +737     
- Misses       4066     4239     +173     
- Partials     1395     1427      +32     
Files with missing lines Coverage Δ
internal/internal.go 60.00% <ø> (ø)
internal/transport/handler_server.go 93.85% <100.00%> (+0.02%) ⬆️
internal/transport/http2_server.go 90.52% <100.00%> (-0.67%) ⬇️
internal/transport/server_stream.go 100.00% <100.00%> (+3.38%) ⬆️
server.go 82.73% <100.00%> (+0.58%) ⬆️
stream.go 82.15% <90.00%> (+0.73%) ⬆️

... and 74 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.