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

sgerrand / ex_bamboo_hr / 24718867758
100%

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 11:03AM UTC
Jobs 1
Files 6
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

21 Apr 2026 11:03AM UTC coverage: 100.0%. Remained the same
24718867758

push

github

web-flow
test: fix flaky application supervisor tests (#67)

* test: fix flaky application supervisor tests

`BambooHR.Supervisor` is a named process (global state), so these tests
must not run concurrently. `async: true` allowed ExUnit to interleave
`on_exit` callbacks with the next test's `setup`, causing intermittent
`:already_started` and `no process` failures.

Fix by:
- setting `async: false` so the module runs in isolation
- moving `start/2` into `setup` and passing the pid via test context
- wrapping `Supervisor.stop` in a `try/catch` as a defensive guard

* test: revert async mode for application supervisor tests

36 of 36 relevant lines covered (100.0%)

17.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24718867758.1 21 Apr 2026 11:03AM UTC 6
100.0
GitHub Action Run
Source Files on build 24718867758
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24718867758
  • c5af333a on github
  • Prev Build on main (#24718639909)
  • Next Build on main (#24719966376)
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