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

Logflare / logflare / d99ab0b7ccc6a752f60e98d214cb418b67812833
81%

Build:
DEFAULT BRANCH: main
Ran 15 Apr 2026 04:50AM UTC
Jobs 1
Files 471
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

15 Apr 2026 04:38AM UTC coverage: 77.516% (+1.1%) from 76.458%
d99ab0b7ccc6a752f60e98d214cb418b67812833

push

github

web-flow
BQ storage write api - Mint pool (#3272)

* feat: Add gRPC supervised channel pool for Mint adapter

Upgrades grpc ~> 0.11.0 and adds a persistent, supervised
round-robin channel pool using the built-in Mint adapter
to replace the per-call GRPC.Stub.connect
(backed by the custom Finch adapter).

- Add GrpcPool supervisor with per-index GrpcChannelMonitor GenServers;
  channels are registered in a per-pool Registry and selected via an
  atomic counter for lock-free round-robin dispatch
- Add GrpcAuthInterceptor: fetches a fresh Goth token per call and
  injects it as gRPC metadata, replacing the per-call auth header on
  the channel
- Remove local Google.Rpc.* protobuf definitions now provided by the
  googleapis transitive dep (pulled in by grpc 0.11.x)
- Add GRPC.Client.Supervisor to Networking.pools/0 (required by
  grpc 0.11.x for outbound connections)
- google_api_client: use GrpcPool.get_channel/1 and remove Goth.fetch;
  auth is now handled transparently by the interceptor

* Add tests for pool, interceptor and channel monitor

* Improve channel monitor tests

* fix: GRPC.Server.Supervisor setup

* fix: Leaking channel processes

* fix: proper response stream handling

* temp: Compare implementations

* Remove Finch-based GRPC Write API, fix tests

* feat: Make Grpc Write API pool size configurable

* fix: apply lint rule

* fix tests

57 of 69 new or added lines in 6 files covered. (82.61%)

5 existing lines in 3 files now uncovered.

11760 of 15171 relevant lines covered (77.52%)

4901.48 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
72.22
-7.26% lib/logflare/backends/adaptor/bigquery_adaptor/google_api_client.ex
2
89.47
lib/logflare/networking/grpc_channel_monitor.ex
1
80.0
lib/logflare/networking/grpc_auth_interceptor.ex

Coverage Regressions

Lines Coverage ∆ File
2
86.02
-2.15% lib/logflare/backends/buffer_producer.ex
2
74.36
-5.13% lib/logflare/sources/counters.ex
1
66.67
8.33% lib/logflare/backends/consolidated_sup_worker.ex
Jobs
ID Job ID Ran Files Coverage
1 d99ab0b7ccc6a752f60e98d214cb418b67812833.1 15 Apr 2026 04:50AM UTC 471
77.52
GitHub Action Run
Source Files on build d99ab0b7ccc6a752f60e98d214cb418b67812833
  • Tree
  • List 471
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d99ab0b7 on github
  • Prev Build on main (#0DBB4C10...)
  • Next Build on main (#DB6B48CE...)
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

© 2026 Coveralls, Inc