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

thanos / ex_editor / 24209949748
87%

Build:
DEFAULT BRANCH: main
Ran 09 Apr 2026 07:46PM UTC
Jobs 1
Files 8
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

09 Apr 2026 06:55PM UTC coverage: 88.889%. Remained the same
24209949748

push

github

thanos
fix: resolve 404 for static assets on Fly.io deployment

Three issues caused CSS/JS assets to return 404 in production:

1. **Missing asset build step in Dockerfile** — `mix assets.deploy`
   was never called, so esbuild/tailwind never compiled CSS/JS and
   `phx.digest` never generated fingerprinted files or the cache
   manifest.

2. **Missing assets source files** — `demo/assets/` was never copied
   into the Docker build context, so even with the build step the
   source CSS/JS wouldn't exist.

3. **Wrong app name in prod.exs** — the cache_static_manifest config
   targeted `:ex_editor, ExEditorWeb.Endpoint` but the demo app uses
   `:demo, DemoWeb.Endpoint`, so the digest manifest was never applied.

Changes:
- Dockerfile: COPY demo/assets, run mix assets.setup + assets.deploy
- demo/config/prod.exs: config :demo, DemoWeb.Endpoint (was :ex_editor)

216 of 243 relevant lines covered (88.89%)

14.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24209949748.1 09 Apr 2026 07:46PM UTC 8
88.89
GitHub Action Run
Source Files on build 24209949748
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24209949748
  • a52f907c on github
  • Prev Build on main (#24207306075)
  • Next Build on main (#24210233692)
  • Delete
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