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

equalizedigital / accessibility-checker / 28133836057
60%

Build:
DEFAULT BRANCH: develop
Ran 24 Jun 2026 10:33PM UTC
Jobs 2
Files 132
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

24 Jun 2026 10:31PM UTC coverage: 59.571%. Remained the same
28133836057

push

github

web-flow
PRO-1081: Make CodeMirror code viewer resizable

* PRO-1081: Make CodeMirror code viewer resizable

- Switch .CodeMirror from fixed height: 100px to min-height: 100px so the
  box starts compact but can be dragged taller
- Add max-height: 600px to keep it bounded by default
- Set resize: vertical and overflow: hidden to enable the native resize handle
  (overflow must be non-visible for CSS resize to work; CodeMirror-scroll
  handles internal scrolling independently)
- Add ResizeObserver in CodeMirrorViewer to call cm.refresh() after each drag,
  keeping line rendering correct after the container height changes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* PRO-1081: Tighten ResizeObserver — rAF, guard, cancel on cleanup

- Default height 160px (down from 320px)
- Guard ResizeObserver construction behind window.ResizeObserver check
- Wrap refresh() call in requestAnimationFrame to avoid "ResizeObserver
  loop limit exceeded" errors; cancel pending rAF on unmount

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

5801 of 9738 relevant lines covered (59.57%)

5.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28133836057.1 24 Jun 2026 10:32PM UTC 132
59.57
GitHub Action Run
2 28133836057.2 24 Jun 2026 10:33PM UTC 132
59.57
GitHub Action Run
Source Files on build 28133836057
  • Tree
  • List 132
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4a351379 on github
  • Prev Build on develop (#28068206827)
  • Next Build on develop (#28265426889)
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