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

Freegle / iznik-nuxt3
44%
master: 49%

Build:
Build:
LAST BUILD BRANCH: feature/v2-unified-migration
DEFAULT BRANCH: master
Repo Added 17 Jul 2025 12:35PM UTC
Files 212
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

LAST BUILD ON BRANCH feature/v2-unified-migration
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • app-ci-fd
  • bugfix/allow-ai-illustrations-in-posts
  • clickable-areas-modifiers
  • feature/android-notification-channels
  • feature/app-dev-environment
  • feature/app-photos
  • feature/bootstrap-lean-imports
  • feature/chatmodstatus-ui
  • feature/cookieyes-ssr-placeholder
  • feature/deadline-past-date-validation
  • feature/fundraising-appeal
  • feature/incoming-email-migration
  • feature/mcp-log-analysis
  • feature/more-mobile-improvements
  • feature/options-api-migration-tdd
  • feature/pagespeed-optimization
  • feature/perf-optimization
  • feature/playwright-test-isolation
  • feature/style-audit-modernization
  • feature/v2-abtest-writes
  • feature/v2-address-writes
  • feature/v2-authority-switchover
  • feature/v2-ce-vol-fetchmt
  • feature/v2-ce-vol-fetchmt-v2
  • feature/v2-chatmessage-moderation
  • feature/v2-chatmessages-patch-delete
  • feature/v2-chatrooms-post
  • feature/v2-comment-get
  • feature/v2-comment-get-v2
  • feature/v2-comment-writes
  • feature/v2-communityevent-writes
  • feature/v2-dashboard-fix
  • feature/v2-dashboard-fix-v2
  • feature/v2-donations-put
  • feature/v2-group-patch
  • feature/v2-image-post
  • feature/v2-invitation
  • feature/v2-memberships-writes
  • feature/v2-message-writes
  • feature/v2-messages-markseen
  • feature/v2-mt-client-switchover
  • feature/v2-mt-switchovers
  • feature/v2-newsfeed-writes
  • feature/v2-noticeboard-get
  • feature/v2-noticeboard-get-v2
  • feature/v2-noticeboard-writes
  • feature/v2-remaining-switches
  • feature/v2-session-actions
  • feature/v2-story-fetchmt
  • feature/v2-story-fetchmt-v2
  • feature/v2-story-writes
  • feature/v2-tryst-bandit
  • feature/v2-unified-migration
  • feature/v2-user-writes
  • feature/v2-volunteering-writes
  • finnbarr-playwright
  • fix/fontawesome-ssr-hydration
  • fix/photo-rotate
  • fix/reply-flow-tests
  • fix/vitest-stubs
  • master
  • modtools
  • notification-seen-v2
  • photouploader-drag-drop
  • playwright-coverage2
  • playwright-parallel-tests
  • production
  • responsive-browse-images
  • tablet-layout-modernization
  • test-coverage-playwright-improvements
  • test-orb-ci
  • test/unified-v2-client

pending completion
d952b146-3cf1-4bc3-a3e3-753a2c3be179

Pull #196

circleci

edwh
test: Comprehensive test coverage for Discourse #9481 fixes

Vitest:
- ChatListEntry: scrollIntoView targets .active with block:nearest
- MessageEditModal: location||item fallback, itemName regex extraction
- ModChatHeader: groupid vs group.id navigation, otheruid fallback
- ModMemberReviewActions: groupid not membership.id for all actions
- ModModeration: DEFAULT fallback, null groupid handling
- ModSupportMembership: groupid prop fix
- Chat review: flushPromises for loading state

Playwright:
- test-modtools-member-review: page loads, handles empty/populated
  state, verifies no "Undefined" groups, checks action buttons

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pull Request #196: fix: V2 unified migration - continued fixes

4150 of 9565 branches covered (43.39%)

Branch coverage included in aggregate %.

1861 of 3975 relevant lines covered (46.82%)

58.8 hits per line

Relevant lines Covered
Build:
Build:
3975 RELEVANT LINES 1861 COVERED LINES
58.8 HITS PER LINE
Source Files on master
  • Tree
  • List 212
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
d952b146... feature/v2-unified-migration test: Comprehensive test coverage for Discourse #9481 fixes Vitest: - ChatListEntry: scrollIntoView targets .active with block:nearest - MessageEditModal: location||item fallback, itemName regex extraction - ModChatHeader: groupid vs group.id nav... Pull #196 24 Mar 2026 10:00AM UTC edwh circleci pending completion  
9a5e3b48... feature/v2-unified-migration style: Cherry-pick master CSS modernization into V2 branch Cherry-picked 35 commits from master: - Bootstrap 5 class migration (mr→me, ml→ms, pl→ps, pr→pe, fw-bold) - Design token system (radii, shadows, transitions, colors) - WCAG contrast fixes... Pull #196 21 Mar 2026 04:51PM UTC edwh circleci pending completion  
b0da2d7c... feature/v2-unified-migration fix: Re-fetch user after approve/reject to update posting status - message store: approve/reject now use explicit params (not object). After approve/reject, re-fetch the sender's user data so posting status changes from stdmsg (e.g. Approve &... Pull #196 21 Mar 2026 12:04PM UTC edwh circleci
43.85
9fcfc6be... app-ci-fd Auto-merge master to production after successful tests - Original commit: style: Modernize CSS design system (#197) push 20 Mar 2026 11:44PM UTC CircleCI Auto-merge circleci
43.4
0ae3ff93... feature/v2-unified-migration fix: Auth middleware noguard bypass, defensive getModGroups, test fixes - authuser.global.ts: Skip auth check when noguard query param is set. login.vue sets noguard after successful auth to prevent redirect loop while fetchUser is still in f... Pull #196 20 Mar 2026 10:40PM UTC edwh circleci
43.71
7ff716b1... feature/style-audit-modernization style: Add squircle corner-shape as progressive enhancement Apply corner-shape: squircle globally via *, *::before, *::after. This gives all rounded elements smoother superellipse curves (like Apple's iOS icons) instead of the abrupt circular arc... Pull #197 20 Mar 2026 03:08PM UTC edwh circleci pending completion  
dcf1833c... feature/v2-unified-migration fix: Dismiss modals again right before Edit click Matches the hold-release test pattern: dismiss before clicking action buttons to catch late-appearing modals from Vue re-rendering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic... Pull #196 20 Mar 2026 01:40AM UTC edwh circleci
43.55
89838b4b... feature/v2-unified-migration fix: Wait for modal backdrop removal before clicking Edit force:true doesn't help because the DOM event still hits the backdrop. Instead, wait for the backdrop to be gone from the DOM, then click normally. Co-Authored-By: Claude Opus 4.6 (1M con... Pull #196 20 Mar 2026 12:51AM UTC edwh circleci
43.54
3390800d... feature/v2-unified-migration fix: Use force click on Edit button to bypass modal backdrop The login modal backdrop persists through dismissAllModals retries in CI. Using force:true on the Edit button click bypasses the actionability check while the button is genuinely visibl... Pull #196 20 Mar 2026 12:07AM UTC edwh circleci
43.67
6c923d2a... feature/v2-unified-migration fix: Add useMiscStore mock to ChatMessageModMail test Component now imports useMiscStore for the modtools check on Edit and Resend visibility. Test needs the mock to render. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Pull #196 19 Mar 2026 11:27PM UTC edwh circleci
43.61
See All Builds (341)
  • Repo on GitHub
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