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

sgerrand / ex_bamboo_hr / 6a1ee293fbdfa362b68c49964e1c958ad879d9d0 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 13 Apr 2026 09:27AM UTC
Files 7
Run time 0s
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

13 Apr 2026 09:26AM UTC coverage: 100.0%. Remained the same
6a1ee293fbdfa362b68c49964e1c958ad879d9d0.1

push

github

web-flow
build: upgrade to Elixir 1.19 and OTP 28 (#55)

* chore: Migrate CLI configuration into dedicated block

```
warning: setting :preferred_cli_env in your mix.exs "def project" is
deprecated, set it inside "def cli" instead:

def cli do
  [preferred_envs: [coveralls: :test, "coveralls.html": :test]]
end
```

* test: replace OTP-version-sensitive supervisor state check

Replace the :sys.get_state/1 pattern match (which broke on OTP 28 due to
new tuple fields) with two focused tests using public APIs: one asserting
the supervisor is registered under BambooHR.Supervisor, and one asserting
expected child counts via Supervisor.count_children/1.

* ci: add Elixir 1.19 and OTP 28 to test matrix

Bump local tooling to Elixir 1.19/OTP 28.4 and expand the CI matrix
to include both. Exclude combinations that are not supported (1.17+OTP 28,
1.18+OTP 28, 1.19+OTP 25) and set 1.19+OTP 28 as the lint target.

Also suppress shellcheck SC1010 false positives on `mix do` run steps.

* docs: update CI matrix and shellcheck guidance for OTP 28

31 of 31 relevant lines covered (100.0%)

13.16 hits per line

Source Files on job 6a1ee293fbdfa362b68c49964e1c958ad879d9d0.1
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6
  • 6a1ee293 on github
  • Prev Job for on main (#25b50fd65467f6300d0f81fdf76573a9d10957de.1)
  • Next Job for on main (#041abd533e7cfccde191fd37ad86c3c9ee8a7758.1)
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