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

sgerrand / ex_bamboo_hr / 29640688595
100%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 10:20AM UTC
Jobs 1
Files 12
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

18 Jul 2026 10:20AM UTC coverage: 99.194%. Remained the same
29640688595

push

github

sgerrand
fix(test): stop telemetry test handler cross-contaminating concurrent tests

:telemetry dispatches every attached handler for every matching event
name, not just the ones fired by the test that attached it. Under
async: true, one test's HTTP request would trigger every other running
test's handler too, forwarding that request's metadata into their
mailbox under their own ref — causing assert_receive to match on an
unrelated request's status/result. Handlers run synchronously in the
calling process, so filtering on self() == pid scopes each handler to
only the requests its own test actually made.

123 of 124 relevant lines covered (99.19%)

37.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29640688595.1 18 Jul 2026 10:20AM UTC 12
99.19
GitHub Action Run
Source Files on build 29640688595
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29640688595
  • c819cee4 on github
  • Prev Build on main (#29640471657)
  • Next Build on main (#29641326071)
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