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

mroderick / codebar-planner / 25336310519
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: fix/flaky-tests
DEFAULT BRANCH: master
Ran 04 May 2026 06:36PM UTC
Jobs 1
Files 185
Run time 2min
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

04 May 2026 06:33PM UTC coverage: 95.065%. Remained the same
25336310519

push

github

mroderick
Add UNLOGGED tables rake task for optional test performance

Adds db:test:unlogged task that converts all PostgreSQL tables to
UNLOGGED mode. UNLOGGED tables skip WAL logging, which can make
writes faster during test setup.

Benchmarks on this codebase showed minimal impact (~1%):
- Model specs: 13.7s (LOGGED) vs 13.8s (UNLOGGED)
- Full suite: 87s (LOGGED) vs 86s (UNLOGGED)

The benefit depends on your test suite characteristics:
- More useful if you have many feature specs with heavy database writes
- Less useful if most tests use transactional fixtures

Auto-runs after db:test:prepare when in test environment.
Can be removed if it causes issues or doesn't help your workload.

5 of 16 new or added lines in 1 file covered. (31.25%)

3525 of 3708 relevant lines covered (95.06%)

40.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
31.25
0.0% lib/tasks/test_unlogged.rake
Jobs
ID Job ID Ran Files Coverage
1 25336310519.1 04 May 2026 06:36PM UTC 1110
69.98
GitHub Action Run
Source Files on build 25336310519
  • Tree
  • List 185
  • Changed 120
  • Source Changed 0
  • Coverage Changed 120
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25336310519
  • c0a195ca on github
  • Prev Build on clean-test-optimizations (#25335617603)
  • Next Build on clean-test-optimizations (#25336464528)
  • Delete
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