• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #19749
89%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2025 09:57PM UTC
Jobs 1
Files 614
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Mar 2025 09:32PM UTC coverage: 88.579% (+0.001%) from 88.578%
#19749

push

github

web-flow
core: Log any exception during panic because of exception

panic() calls a good amount of code, so it could get another exception.
The SynchronizationContext is running on an arbitrary thread and we
don't want to propagate this secondary exception up its stack (to be
handled by its UncaughtExceptionHandler); it we wanted that we'd
propagate the original exception.

This second exception will only be seen in the logs; the first exception
was logged and will be used to fail RPCs.

Also related to http://yaqs/8493785598685872128 and b692b9d26

34608 of 39070 relevant lines covered (88.58%)

0.89 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.08
-1.04% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
2
88.07
-0.82% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
49
93.71
-0.29% ../core/src/main/java/io/grpc/internal/ManagedChannelImpl.java
Jobs
ID Job ID Ran Files Coverage
1 #19749.1 24 Mar 2025 09:57PM UTC 614
88.58
Source Files on build #19749
  • Tree
  • List 614
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19749
  • 3961a923 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc