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

supabase / cli / 16900350817
56%

Build:
DEFAULT BRANCH: develop
Ran 12 Aug 2025 06:03AM UTC
Jobs 1
Files 195
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

12 Aug 2025 05:59AM UTC coverage: 54.849% (+0.03%) from 54.817%
16900350817

push

github

web-flow
fix: set healthcheck for Mailpit container (#4010)

The mailpit container's built-in healthcheck does not work with podman,
which causes `supabase start` to fail without the
`--ignore-health-check` flag.

I'm not 100% sure why this is, but I suspect it's because the mailpit
[healthcheck has `--start-interval=1s`][1], and the `--start-interval`
option was [only added to Docker Engine since v25.0][2]
(or v1.44 of the Docker API), which podman does not yet suppprt
(see https://github.com/containers/podman/issues/26505).

Setting an explicit healthcheck matches the healthchecks we set for the
other containers, and fixes this issue.

[1]: https://github.com/axllent/mailpit/blob/d26e317d2/Dockerfile#L28
[2]: https://docs.docker.com/reference/dockerfile/#healthcheck
Fixes half of: https://github.com/supabase/cli/issues/3566

Co-authored-by: Han Qiao <sweatybridge@gmail.com>

8 of 8 new or added lines in 1 file covered. (100.0%)

6204 of 11311 relevant lines covered (54.85%)

6.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16900350817.1 12 Aug 2025 06:03AM UTC 195
54.85
GitHub Action Run
Source Files on build 16900350817
  • Tree
  • List 195
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16900350817
  • 9d31bb19 on github
  • Prev Build on develop (#16900345727)
  • Next Build on develop (#16903596796)
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

© 2025 Coveralls, Inc