Skip to content

client: allow overriding grpc-accept-encoding header

6470258
Select commit
Loading
Failed to load commit list.
Open

client: allow overriding grpc-accept-encoding header #8718

client: allow overriding grpc-accept-encoding header
6470258
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2025 in 1s

83.24% (+0.02%) compared to 50c6321

View this Pull Request on Codecov

83.24% (+0.02%) compared to 50c6321

Details

Codecov Report

❌ Patch coverage is 88.33333% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.24%. Comparing base (50c6321) to head (6470258).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
rpc_util.go 86.66% 3 Missing and 3 partials ⚠️
stream.go 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8718      +/-   ##
==========================================
+ Coverage   83.21%   83.24%   +0.02%     
==========================================
  Files         419      419              
  Lines       32427    32475      +48     
==========================================
+ Hits        26985    27034      +49     
- Misses       4054     4055       +1     
+ Partials     1388     1386       -2     
Files with missing lines Coverage Δ
experimental/experimental.go 33.33% <100.00%> (+33.33%) ⬆️
internal/transport/http2_client.go 92.92% <100.00%> (+0.02%) ⬆️
internal/transport/transport.go 90.86% <ø> (ø)
server.go 81.96% <100.00%> (-0.49%) ⬇️
stream.go 81.88% <87.50%> (+0.04%) ⬆️
rpc_util.go 83.64% <86.66%> (+0.21%) ⬆️

... and 24 files with indirect coverage changes

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