• 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
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: feat/drop-fields-transform
DEFAULT BRANCH: main
Ran 08 May 2026 07:04PM UTC
Jobs 1
Files 473
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

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

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

38 of 39 new or added lines in 3 files covered. (97.44%)

4 existing lines in 2 files now uncovered.

12371 of 15552 relevant lines covered (79.55%)

4953.83 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
91.18
0.75% lib/logflare/logs/log_event.ex

Coverage Regressions

Lines Coverage ∆ File
2
96.15
0.0% lib/logflare/backends/adaptor/clickhouse_adaptor/query_templates.ex
2
74.36
-5.13% lib/logflare/sources/counters.ex
Jobs
ID Job ID Ran Files Coverage
1 251ff9201a9ef9d4c99d169a4d9e6751c6801c98-PR-3449.1 08 May 2026 07:04PM UTC 473
79.55
GitHub Action Run
Source Files on build 251ff9201a9ef9d4c99d169a4d9e6751c6801c98-PR-3449
  • Tree
  • List 473
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3449
  • PR Base - main (#8805FB70...)
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