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

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

Build:
Build:
LAST BUILD BRANCH: njw-5024-simplify-create-slip-attach
DEFAULT BRANCH: main
Ran 05 Aug 2026 06:30PM 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

05 Aug 2026 06:25PM UTC coverage: 99.251%. Remained the same
31034698216

Pull #4998

github

nimmolo
Add dev_setup_macos script, sweep dev-setup scripts to reusable modules (issue #4866)

Automates README_DEV_SETUP_MACOSX.md's manual setup into
script/dev_setup_macos -- curl-pipeable on a fresh Mac or runnable
from an existing checkout. It self-bootstraps a Bash >= 4 (via
script/bash_ensure_modern, sourced) without changing anyone's
login/interactive shell, and branches on whichever Ruby version
manager (chruby or rbenv) the dev already has, defaulting to rbenv
only on a machine with neither installed.

Extracted the logic genuinely shared between the macOS and Ubuntu
onboarding scripts into script/dev_setup/ (clone-if-missing, image
directories, jpegresize/exifautotran build, config template copies,
master.key gate, DB init/migrate, pre-commit hook) and refactored
script/ubuntu_setup_mo (renamed dev_setup_ubuntu) to consume it. That
refactor surfaced two real gaps in the Ubuntu script: it hardcoded a
throwaway config/master.key instead of requiring the real one by
email (the exact shortcut README_DEV_SETUP_MACOSX.md already warns
against, since it silently regenerates credentials.yml.enc), and it
never created public/test_images/*, despite running the test suite
as its final step.

Also closed a real bash-version footgun in script/strip_exif: it
sources script/bash_images, which uses associative arrays (Bash >= 4
only), but resolved bash via $PATH/shebang with no guarantee a modern
one was ahead of macOS's stock 3.2. It now sources
script/bash_ensure_modern too.

Renamed script/ubuntu_setup_root to script/dev_setup_ubuntu_root and
script/ubuntu_setup_mo to script/dev_setup_ubuntu so all three
onboarding scripts sort next to script/dev_setup/. Renamed
README_MACOSX_NOTES.md and README_UBUNTU_NOTES.md to
README_DEV_SETUP_MACOSX.md/README_DEV_SETUP_UBUNTU.md to match, and
updated every cross-reference (README.md, README_RUBY_34_UPGRADE.md,
.claude/rules/db_scripts.md, script/exiftool_remote).

Deleted README_DEVELOPMENT_INSTALL: a 2012 hand-written log... (continued)
Pull Request #4998: Add `dev_setup_macos` and `dev_setup_ubuntu`, share setup modules (issue #4866)

54446 of 54857 relevant lines covered (99.25%)

858.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31034698216.1 05 Aug 2026 06:30PM UTC 1821
99.25
GitHub Action Run
Source Files on build 31034698216
  • Tree
  • List 1821
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31034698216
  • Pull Request #4998
  • PR Base - main (#31024501933)
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