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

MushroomObserver / mushroom-observer / 31079703572
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: nimmo-icon-svg-conversion
DEFAULT BRANCH: main
Ran 06 Aug 2026 07:12AM UTC
Jobs 1
Files 1821
Run time 4min
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

06 Aug 2026 07:07AM UTC coverage: 99.251%. Remained the same
31079703572

Pull #5004

github

nimmolo
Address remaining Copilot findings on dev_setup/ubuntu_root.sh

- apt update before the early zsh install, not just before the later
  apt upgrade -- avoids installing zsh against a stale/empty package
  index on a fresh image.
- Drop redundant `sudo` from `make install` calls -- this whole
  function only runs as root already, and sudo may not even be
  installed on a minimal image.
- Guard the authorized_keys copy on the source file actually existing,
  and chmod the ssh dir before writing into it rather than after.
- Tighten /var/web from world-writable (777) to owner-only (mo, 755)
  -- only mo ever needs to write there. Applied unconditionally, not
  just on fresh creation, so a re-run also fixes a pre-existing dir
  left over from before this change. Comment documents the prior mode
  and rationale so a dev can revert if some other flow needs broader
  write access.
- Make the chruby .zshrc source lines idempotent and independent of
  the install branch, instead of only being added the one time chruby
  itself gets installed.
- curl -fsSL instead of curl -s for every `source <(curl ...)` and the
  root->mo re-exec -- a network/404 failure now aborts loudly instead
  of silently leaving the sourced function undefined or piping an
  error page into bash.
- Drop redundant `sudo` from the two `su - mo` recovery snippets
  (README and the script's own printed instructions) -- both only run
  from an already-root shell.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #5004: Extract dev-setup finish sequence, fold Ubuntu root/mo scripts, drop dead unicorn config

54446 of 54857 relevant lines covered (99.25%)

860.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31079703572.1 06 Aug 2026 07:12AM UTC 1821
99.25
GitHub Action Run
Source Files on build 31079703572
  • Tree
  • List 1821
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31079703572
  • Pull Request #5004
  • PR Base - main (#31042639779)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc