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

maximunited / yomu / 26532525691
85%

Build:
DEFAULT BRANCH: master
Ran 27 May 2026 07:05PM UTC
Jobs 1
Files 52
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

27 May 2026 07:03PM UTC coverage: 84.775% (+0.01%) from 84.765%
26532525691

push

github

web-flow
docs: update to Node.js 22.14.0 LTS and add version strategy (#56)

* docs: clarify Node.js version strategy and add .nvmrc

Add comprehensive Node.js version management documentation and tooling:

- Create .nvmrc specifying Node.js 20.9.0 for version consistency
- Update CI workflows to use .nvmrc instead of hardcoded versions
- Pin Docker images to node:20-alpine for stability
- Add Node.js Version Management section to CLAUDE.md with:
  - Version semantics (>= means any higher version works)
  - Installation methods (nvm, fnm, volta, manual)
  - Docker best practices (use official images, avoid manual installation)
  - Troubleshooting for GLIBC and nvm prefix errors
- Enhance README.md prerequisites with version manager recommendations
- Add "Node.js Version in Containers" section to docs/DOCKER.md
- Create scripts/verify-node-version.js for version verification

This addresses confusion around the >=20.9.0 requirement and prevents
manual Node.js installation attempts in Docker that cause GLIBC errors.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* style: format verify-node-version.js

* chore: update Node.js version from 20.9.0 to 22.14.0

Update minimum Node.js version to 22.14.0 (latest LTS):
- Update .nvmrc to 22.14.0
- Update package.json engines.node to >=22.14.0
- Update Dockerfiles to use node:22-alpine
- Update all documentation (CLAUDE.md, README.md, docs/DOCKER.md)
- Update verification script with new version
- Update version examples to reflect 22.x range

* fix: resolve Docker PostgreSQL configuration issues

Address all critical issues found in Qodo code review:

1. **Docker scripts now use PostgreSQL** (Issue #1 - Critical)
   - Update .env.example to use postgresql://yomu:yomu@localhost:5432/yomu
   - Update docker-setup.sh to generate PostgreSQL URLs instead of SQLite
   - Replace sqlite3 backup/restore with pg_dump/psql commands
   - Fixes: Users following Docker setup now get correct DB configuration

2. **Docker ... (continued)

691 of 975 branches covered (70.87%)

Branch coverage included in aggregate %.

39 of 43 new or added lines in 1 file covered. (90.7%)

10100 of 11754 relevant lines covered (85.93%)

33.12 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
87.5
src/lib/prisma-script.ts
Jobs
ID Job ID Ran Files Coverage
1 26532525691.1 27 May 2026 07:05PM UTC 52
84.77
GitHub Action Run
Source Files on build 26532525691
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26532525691
  • 98735637 on github
  • Prev Build on master (#26499019144)
  • Next Build on master (#26536265658)
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