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

CuatroElixir / spear / 3581d025b6df6a3d07f09b1bde5a8d839fb83cb8
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: fix/ci-certs-and-eventstoredb-pin
DEFAULT BRANCH: main
Ran 02 Aug 2026 01:22AM UTC
Jobs 2
Files 30
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

02 Aug 2026 01:21AM UTC coverage: 100.0%. Remained the same
3581d025b6df6a3d07f09b1bde5a8d839fb83cb8

push

github

the-mikedavis
ci: reduce test flakiness from CI-runner timeout jitter

The suite runs ~100 tests async, each with its own connection to a single
EventStoreDB. On CI runners, ordinary operations (append, subscribe) sometimes
exceed Spear's 5s timeout under CPU/GC jitter, failing a different test each
run. Limit concurrency with `--max-cases 2` to ease load on the shared server,
and if a test still trips the timeout, re-run only the failed tests serially
(`mix test --failed --max-cases 1`) so transient flakes self-heal without
disabling any tests.

Separately, the scavenge test asserted that stopping a completed scavenge
always returns a not-found error. After "$scavengeCompleted" is emitted there
is a brief window where the server still accepts the stop and reports
:Stopped, so accept either response rather than treating the race as a failure.

742 of 742 relevant lines covered (100.0%)

250.52 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
97.14
-2.86% lib/spear/reading.ex
Jobs
ID Job ID Ran Files Coverage
1 3581d025b6df6a3d07f09b1bde5a8d839fb83cb8.1 02 Aug 2026 01:22AM UTC 30
99.87
GitHub Action Run
2 3581d025b6df6a3d07f09b1bde5a8d839fb83cb8.2 02 Aug 2026 01:23AM UTC 30
100.0
GitHub Action Run
Source Files on build 3581d025b6df6a3d07f09b1bde5a8d839fb83cb8
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3581d025 on github
  • Prev Build on fix/ci-certs-and-eventstoredb-pin (#C6B91922...)
  • Next Build on fix/ci-certs-and-eventstoredb-pin (#9EA09EC1...)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc