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

Logflare / logflare / 5517924684db4927ee414caea43ca8e1a5deba85
82%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 07:13PM UTC
Jobs 1
Files 487
Run time 2min
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

25 Jun 2026 06:59PM UTC coverage: 81.64% (-0.005%) from 81.645%
5517924684db4927ee414caea43ca8e1a5deba85

push

github

web-flow
fix(bigquery): handle nested/heterogeneous list payloads on ingest (#3643)

Two BigQuery paths crashed on the same blind spot: they inspected only
the head of a list and assumed the rest matched.

EventUtils.wrap_fields/1 (insert path) had clauses only for maps and
{k, v} tuples, so a bare list or scalar element — produced by a
list-of-lists value or a list whose head is a map but whose tail holds
lists/scalars — raised FunctionClauseError and crashed the Broadway
batch-processor stage. Add fallback clauses: bare lists recurse over
their elements, any other value passes through unchanged.

SchemaBuilder (schema-patch path) turned a nested array into a
%TableFieldSchema{} with a tuple type (e.g. {"ARRAY", "STRING"}), which
BigQuery cannot represent and Poison cannot encode, crashing the
per-source Schema updater on patch. Drop just the offending field (tuple
inner type) and filter dropped fields at every collection site, so
sibling fields at any depth still build. to_schema_type/1 is unchanged.

Add regression tests for both paths.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

10 of 10 new or added lines in 2 files covered. (100.0%)

2 existing lines in 2 files now uncovered.

13478 of 16509 relevant lines covered (81.64%)

5192.81 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
30.77
-3.85% lib/logflare/sources/source/text_notification_server.ex
1
56.47
-1.18% lib/telemetry.ex
Jobs
ID Job ID Ran Files Coverage
1 5517924684db4927ee414caea43ca8e1a5deba85.1 25 Jun 2026 07:13PM UTC 487
81.64
GitHub Action Run
Source Files on build 5517924684db4927ee414caea43ca8e1a5deba85
  • Tree
  • List 487
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 55179246 on github
  • Prev Build on main (#3515737C...)
  • Next Build on main (#65B6E48B...)
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