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

Freegle / Iznik / 5841
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 24 Apr 2026 05:50PM UTC
Jobs 4
Files 989
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

24 Apr 2026 05:23PM UTC coverage: 71.648% (+0.03%) from 71.614%
5841

Pull #249

circleci

edwh
fix(ci): revert PW_WORKERS and test-skipping logic causing Playwright failures

Root cause analysis (job #5815):
1. **PW_WORKERS 1→4 caused resource contention**: Increased parallelism from 1 to 4 on the CI cloud machine triggered 'Failed to fetch' errors in Playwright tests. Browser console logs show TypeError: Failed to fetch when fetching from API, indicating the server couldn't handle the concurrent load or network timeouts increased.
2. **Test-skipping logic caused false test coverage**: Changed from 'always run all suites' to selective skipping based on changed files. This would cause feature branch PRs to skip test suites (e.g., Playwright for Go-only changes), breaking Coveralls carryforward and showing false coverage decreases.

Fixes:
- Revert PW_WORKERS to 1 for cloud machines (safe value proven in production)
- Revert to always running all test suites on every branch (prevents Coveralls false positives)
- Self-hosted runner keeps its dedicated PW_WORKERS setting (if any)

The PR's actual code changes (fatal error handler in queue:background-tasks) remain unchanged and are unrelated to the test failures.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Pull Request #249: fix(batch): report PHP fatal errors (incl. OOM) to Sentry on shutdown

13356 of 20230 branches covered (66.02%)

Branch coverage included in aggregate %.

17 of 22 new or added lines in 1 file covered. (77.27%)

20 existing lines in 5 files now uncovered.

96359 of 132901 relevant lines covered (72.5%)

21.7 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
85.3
-0.23% iznik-batch/app/Console/Commands/Queue/ProcessBackgroundTasksCommand.php

Coverage Regressions

Lines Coverage ∆ File
10
48.48
-42.42% iznik-nuxt3/components/FreeglerPhotoGrid.vue
4
70.59
12.25% iznik-nuxt3/app.vue
4
85.0
14.94% iznik-nuxt3/layouts/default.vue
1
45.19
-1.82% iznik-nuxt3/components/ChatFooter.vue
1
87.72
39.64% iznik-nuxt3/pages/index.vue
Jobs
ID Job ID Ran Files Coverage
5841 vitest - 5841 24 Apr 2026 05:50PM UTC 686
64.59
CircleCI Job 5841
5841 go - 5841 24 Apr 2026 05:50PM UTC 118
80.71
CircleCI Job 5841
5841 playwright - 5841 24 Apr 2026 05:50PM UTC 228
45.84
CircleCI Job 5841
5841 laravel - 5841 24 Apr 2026 05:50PM UTC 180
66.69
CircleCI Job 5841
Source Files on build 5841
  • Tree
  • List 989
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5841
  • Pull Request #249
  • PR Base - master (#5738)
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