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

Freegle / Iznik / 5673
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 23 Apr 2026 07:18PM 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

23 Apr 2026 06:33PM UTC coverage: 71.61%. First build
5673

Pull #244

circleci

edwh
fix(tests): fix PR #234 CI failures — Playwright wrong groupId + Coveralls vitest coverage

Root causes and fixes:

1. Playwright test-modtools-edits-flow (timeout):
   postMessage() picks a group from the postcode area, not necessarily
   testEnv.group.id. Using testEnv.group.id in the Approve API call
   silently updated 0 rows (wrong groupid), leaving collection='Pending',
   which prevented edit review creation and caused the 202.5s timeout.
   Fix: fetch the message first to get actualGroupId, use that in both
   the Approve and PATCH /memberships calls.

2. Playwright test-repost-group-change (wrong group ID 69615 vs 55):
   Used .first() to find rejected message cards, picking stale messages
   from previous CI runs that belonged to group 69615. Fix: target the
   specific rejected message by data-message-id attribute so only the
   message created by this test run is found.

3. Coveralls vitest coverage decrease:
   auth.js disableGoogleAutoselect had 5 uncovered lines (window guard,
   happy-path disableAutoSelect, catch block) and a bare `window`
   reference that throws ReferenceError in SSR / post-teardown contexts.
   Fix: rewrite guard as typeof window === 'undefined' check and add
   3-test describe block covering undefined-window, happy-path, and
   error-catch branches.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #244: test(coverage): message package pure-function unit tests (0 → 47 tests)

13412 of 20348 branches covered (65.91%)

Branch coverage included in aggregate %.

96292 of 132848 relevant lines covered (72.48%)

21.5 hits per line

Jobs
ID Job ID Ran Files Coverage
5673 playwright - 5673 23 Apr 2026 07:18PM UTC 228
45.85
CircleCI Job 5673
5673 go - 5673 23 Apr 2026 07:18PM UTC 118
80.63
CircleCI Job 5673
5673 vitest - 5673 23 Apr 2026 07:18PM UTC 686
64.59
CircleCI Job 5673
5673 laravel - 5673 23 Apr 2026 07:18PM UTC 180
66.67
CircleCI Job 5673
Source Files on build 5673
  • Tree
  • List 989
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5673
  • Pull Request #244
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