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

JuliaMathias / moolah / 68fd11cd874681c8cd09cbb7fc11001a90ce89c9
4%

Build:
DEFAULT BRANCH: main
Ran 03 Feb 2026 09:09PM UTC
Jobs 1
Files 122
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

03 Feb 2026 09:07PM UTC coverage: 2.593%. Remained the same
68fd11cd874681c8cd09cbb7fc11001a90ce89c9

push

github

web-flow
Add devcontainer for agent-friendly setup (#66)

* Add devcontainer scaffolding

Adds a Dev Container configuration with an Elixir/Erlang base image, a Postgres service, and a post-create bootstrap script. This provides a reproducible environment for agents and contributors.

* Make DB host configurable

Uses the DB_HOST environment variable in dev and test repo configs, defaulting to localhost. This supports containerized Postgres without changing local behavior.

* Add VS Code profile settings

Adds the full VS Code settings and extension recommendations from your profile, and updates .gitignore to allow these two files to be tracked.

* Sync CI versions to .tool-versions

Reads Elixir and Erlang/OTP versions from .tool-versions so CI stays aligned with local and devcontainer versions.

* Document devcontainer usage

Adds a short README section explaining how to start the optional Dev Container and what setup commands it runs.

* Fix devcontainer base image tag

Switches the Dockerfile to use the official `elixir:1.19.5-otp-28` image since the previous hexpm tag does not exist.

* Fix Postgres 18 volume mount

Mounts the database volume at /var/lib/postgresql (not /var/lib/postgresql/data) to match Postgres 18+ expectations and avoid startup errors.

* Remove unsupported devcontainer extensions

Drops extensions that fail on linux/arm64 (`redis.redis-for-vscode` and `stkb.rewrap`) from the devcontainer and recommendations lists to avoid install errors.

* Harden CI tool version parsing

Ensures the workflow reads Elixir/OTP versions from .tool-versions reliably and fails with a clear message when values are missing.

* fix typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add devcontainer setup alias

Adds a dedicated `devcontainer.setup` Mix alias and uses it in the devcontainer post-create script to keep bootstrap steps in one place.

* Remove Postgres host port mapping

Removes the explicit 5432 host port mapping to av... (continued)

280 of 10797 relevant lines covered (2.59%)

0.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 68fd11cd874681c8cd09cbb7fc11001a90ce89c9.1 03 Feb 2026 09:09PM UTC 122
2.59
GitHub Action Run
Source Files on build 68fd11cd874681c8cd09cbb7fc11001a90ce89c9
  • Tree
  • List 122
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 68fd11cd on github
  • Prev Build on main (#0CE36CB3...)
  • Next Build on main (#C13D3253...)
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