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

codebar / planner / 22923752488
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/action_text-trix-2.1.17
DEFAULT BRANCH: master
Ran 10 Mar 2026 08:56PM UTC
Jobs 1
Files 175
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

10 Mar 2026 08:52PM UTC coverage: 95.663% (-0.004%) from 95.667%
22923752488

Pull #2519

github

jonodrew
Update the default method when rendering a 404

This was a very strange bug. We found that users visiting `events/introduction-to-git-1/invitation/hello@codebar.io` (we don't know how this url was generated) caused the application to crash. We fixed it with 6c83d9287, but it bothered me that the 404 page was not our standard one.

It turns out that rails interprets a dot as a format separator. That meant the url was being parsed as `events/introduction-to-git-1/invitation/hello@codebar.`, with a format of 'io'. In our previous application_controller.rb file, that was caught by the line `     format.all  { head :not_found }`.

The result of this should be a nice splash page whenever there's a 404, including where a URL is malformed.

Signed-off-by: jonathan.kerr <3410350+jonodrew@users.noreply.github.com>
Pull Request #2519: Update the default method when rendering a 404

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

3331 of 3482 relevant lines covered (95.66%)

46.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22923752488.1 10 Mar 2026 08:56PM UTC 1050
70.42
GitHub Action Run
Source Files on build 22923752488
  • Tree
  • List 175
  • Changed 114
  • Source Changed 2
  • Coverage Changed 114
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22923752488
  • Pull Request #2519
  • PR Base - master (#22921067221)
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