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

thanos / terminusdb-client-elixir / b909f081f366e7b52d894788055d0bfdff1d8dad-PR-12
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: v0.1.0/foundation
DEFAULT BRANCH: main
Ran 23 Jun 2026 07:09PM UTC
Jobs 3
Files 7
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

23 Jun 2026 07:08PM UTC coverage: 100.0%. First build
b909f081f366e7b52d894788055d0bfdff1d8dad-PR-12

Pull #12

github

thanos
The root cause: the TerminusDB Docker image is built on swipl (SWI-Prolog), which doesn't include curl. The --health-cmd "curl -f http://localhost:6363/api/ok" ran inside the container where curl doesn't exist, so every healthcheck probe failed with curl: not found, the container never reached "healthy," and GitHub Actions killed it with "Failed to initialize container."
The fix:
- Removed the in-container --health-cmd/--health-interval/etc. options.
- Added a "Wait for TerminusDB to be ready" step that polls http://localhost:6363/api/ok with curl from the runner (where curl is available), retrying for up to 60s. If it times out, it dumps the container logs for debugging before failing.
Pull Request #12: V0.1.0/foundation

137 of 137 new or added lines in 6 files covered. (100.0%)

139 of 139 relevant lines covered (100.0%)

55.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 b909f081f366e7b52d894788055d0bfdff1d8dad-PR-12.1 23 Jun 2026 07:09PM UTC 7
100.0
GitHub Action Run
2 b909f081f366e7b52d894788055d0bfdff1d8dad-PR-12.2 23 Jun 2026 07:09PM UTC 7
100.0
GitHub Action Run
3 b909f081f366e7b52d894788055d0bfdff1d8dad-PR-12.3 23 Jun 2026 07:09PM UTC 7
100.0
GitHub Action Run
Source Files on build b909f081f366e7b52d894788055d0bfdff1d8dad-PR-12
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #12
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