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

rm-hull / maps / 24043555710
24%

Build:
DEFAULT BRANCH: main
Ran 06 Apr 2026 05:58PM UTC
Jobs 1
Files 89
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

06 Apr 2026 05:57PM UTC coverage: 22.571% (-0.6%) from 23.15%
24043555710

push

github

rm-hull
feat: refactor FadeInImage with lazy loading and retries

- Integrate `framer-motion` for `useInView` lazy loading.
- Implement automatic retry logic for failed image loads.
- Simplify `FadeInImage` API and component state.
- Update test suite to cover new retry and lazy loading behavior.

```mermaid
sequenceDiagram
    participant C as Component
    participant I as Image
    C->>I: Load Image (InView)
    alt Load Error
        I-->>C: onError
        C->>C: Check Retry Count
        C->>C: Wait 10s
        C->>I: Re-render with new key
    else Success
        I-->>C: onLoad
        C->>C: Set isLoaded = true
    end
```

441 of 2143 branches covered (20.58%)

Branch coverage included in aggregate %.

25 of 25 new or added lines in 1 file covered. (100.0%)

437 of 1747 relevant lines covered (25.01%)

2.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24043555710.1 06 Apr 2026 05:58PM UTC 89
22.57
GitHub Action Run
Source Files on build 24043555710
  • Tree
  • List 89
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24043555710
  • b289616b on github
  • Prev Build on main (#24003512916)
  • Next Build on main (#24043616169)
  • 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