• 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 / b0f96df3b60becac0388f2448a4a86f76a574e4f-PR-3465
80%
main: 81%

Build:
Build:
LAST BUILD BRANCH: ne/mimic-mock-logs-bigquery
DEFAULT BRANCH: main
Ran 14 May 2026 04:24PM 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

14 May 2026 04:10PM UTC coverage: 79.94% (+0.3%) from 79.656%
b0f96df3b60becac0388f2448a4a86f76a574e4f-PR-3465

Pull #3465

github

djwhitt
fix(cacher): restore pre-regression test jitter envelope; sync test on cacher

Follow-up to d17d67386 (cherry-picked from #3370). That fix set the
cacher's reschedule delay to zero in :test, which is effectively a hot
reschedule loop — each :do_cache handler completion immediately enqueues
the next, burning scheduler cycles across every cacher in the suite.

Root cause is upstream: b6da32ecb (Oct 2025) replaced the predecessor
RecentInsertsBroadcaster's `max(@cadence, :rand.uniform(cluster_size * 200))`
formula — which collapsed to a [100, 200] ms envelope on single-node test
runs — with an unconditional `:rand.uniform(1_000)`, pushing test delays
to [101, 1100] ms and regressing any test polling on Counters updates.

Gate the jitter ceiling on :env (100 in test, 1_000 in prod) so the test
envelope is back in pre-refactor range while prod behavior is unchanged.

Also drop `retry_assert` in test/logflare/backends_test.exs's "caches
latest timestamp correctly" test in favor of an explicit
`send(cacher, :do_cache) + :sys.get_state/1` fence — the test no longer
depends on whatever the cacher's timer happens to be, so future tuning
of the interval won't silently re-tripwire it. Test runs in ~1 ms
instead of ~100 ms.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #3465: Follow-ups to #3458: schema_utils + bench profiling

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

36 existing lines in 5 files now uncovered.

12477 of 15608 relevant lines covered (79.94%)

5259.7 hits per line

Coverage Regressions

Lines Coverage ∆ File
16
48.08
1.14% lib/logflare/application.ex
14
66.67
0.0% lib/logflare/backends/adaptor/syslog_adaptor.ex
4
91.49
-2.63% lib/logflare/backends/adaptor/syslog_adaptor/syslog.ex
1
72.31
-1.54% lib/logflare/logs/search_query_executor.ex
1
53.25
-1.3% lib/telemetry.ex
Jobs
ID Job ID Ran Files Coverage
1 b0f96df3b60becac0388f2448a4a86f76a574e4f-PR-3465.1 14 May 2026 04:24PM UTC 473
79.94
GitHub Action Run
Source Files on build b0f96df3b60becac0388f2448a4a86f76a574e4f-PR-3465
  • Tree
  • List 473
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3465
  • PR Base - main (#F677E81F...)
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