• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

Logflare / logflare / 251ff9201a9ef9d4c99d169a4d9e6751c6801c98-PR-3449 / 1
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: claude/add-pg-sql-validation-JM8Dw
DEFAULT BRANCH: main
Ran 08 May 2026 07:04PM UTC
Files 473
Run time 15s
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

08 May 2026 06:51PM UTC coverage: 79.546% (+0.03%) from 79.514%
251ff9201a9ef9d4c99d169a4d9e6751c6801c98-PR-3449.1

Pull #3449

github

djwhitt
perf: replace put_in/Access.key with direct put_at_path recursion

copy_fields and apply_kv_instruction were doing
`put_in(acc, Enum.map(to_path, &Access.key(&1, %{})), value)` on every
event, which allocates one closure per path segment plus an intermediate
list. The new put_at_path/3 recurses directly over the parsed string
list (mirroring drop_field_at/2), eliminating those allocations on the
ingest hot path.

Benchmark (3s/2s, MIX_ENV=test): copy_fields parsed median drops from
~50μs to ~45μs per event (~10%) with no behavior change.
Pull Request #3449: feat: add drop_fields ingest transform

12371 of 15552 relevant lines covered (79.55%)

4953.83 hits per line

Source Files on job 251ff9201a9ef9d4c99d169a4d9e6751c6801c98-PR-3449.1
  • Tree
  • List 473
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 251
  • 251ff920 on github
  • Prev Job for on feat/drop-fields-transform (#8805fb70085fc87adf9bb63fc98bcc5f117afe58.1)
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