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

maximunited / yomu / 26536265658
85%

Build:
DEFAULT BRANCH: master
Ran 27 May 2026 08:18PM 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 08:16PM UTC coverage: 84.775%. Remained the same
26536265658

push

github

web-flow
docs: comprehensive PostgreSQL setup guide and system architecture (#59)

* docs: fix database configuration inconsistencies and add comprehensive PostgreSQL setup guide

Fix critical documentation issues where setup instructions referenced SQLite
while the Prisma schema only supports PostgreSQL (migrated in commits 92d72c3
and 9427d10). New developers were unable to follow setup instructions.

## Issues Fixed

1. **Documentation Mismatch (CRITICAL)**
   - Documentation instructed users to use DATABASE_URL=file:./dev.db
   - Prisma schema requires PostgreSQL (provider = "postgresql")
   - Impact: New developers unable to set up project locally

2. **Missing Setup Guide (CRITICAL)**
   - No clear instructions for PostgreSQL installation
   - Docker Compose already configured but not documented
   - Three valid setup methods existed but were not explained

3. **Security Risk**
   - .env.example contained unclear credential placeholders
   - No separation between local dev and production configs

4. **Orphaned SQLite Files**
   - prisma/dev.db (184KB) still exists from pre-migration
   - Already in .gitignore, documented for manual cleanup

## Changes Made

### Documentation Updates
- CLAUDE.md: Complete Initial Setup rewrite with 3 PostgreSQL options
- CLAUDE.md: Fixed Architecture Overview (removed SQLite references)
- README.md: Updated Quick Start with PostgreSQL setup instructions
- README.md: Updated Tech Stack to reflect PostgreSQL-only architecture
- docs/DOCKER.md: Removed SQLite references, updated environment variables

### New Files
- QUICKSTART.md: Step-by-step guide for all 3 setup methods (Docker/Vercel/Manual)
- .env.local.example: Developer-friendly PostgreSQL configuration template
- docs/DATABASE_MIGRATION.md: Complete migration history and troubleshooting
- docs/FIXES_APPLIED.md: Comprehensive documentation of all fixes applied

### Environment Configuration
- .env.example: Updated with clear PostgreSQL options and security notes

## ... (continued)

691 of 975 branches covered (70.87%)

Branch coverage included in aggregate %.

10100 of 11754 relevant lines covered (85.93%)

33.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26536265658.1 27 May 2026 08:18PM UTC 52
84.77
GitHub Action Run
Source Files on build 26536265658
  • 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 #26536265658
  • 61aa3d76 on github
  • Prev Build on master (#26532525691)
  • Next Build on master (#26636384852)
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