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

Instagram / IGListKit / 20972428095
99%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 13 Jan 2026 09:05PM UTC
Jobs 1
Files 54
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

13 Jan 2026 08:57PM UTC coverage: 95.789% (-0.1%) from 95.895%
20972428095

push

github

meta-codesync[bot]
improve assert details in IGListAdapter+UICollectionView

Summary:
These asserts could be very helpful to debug tricky crashes, but they don't tell us enough about which object/section-controller are returning invalid data. The backtrace itself doesn't have the info.

Lets:
* Add object and section-controller class names, but don't include the entire object description (can be very long)
* Clean up how we print NSIndexPath without the memory address. This can make group-by a lot more useful.

## Examples

Before:
>  IGListAdapter returned NaN height = nan for item at indexPath <<NSIndexPath: 0x90c0bb66134b9c8a> {length = 2, path = 0 - 0}>

After:
> IGListAdapter returned NaN width = nan {indexPath: 0-0, object: IGFooViewerLoadingModel, sectionController:IGFooLoadingSectionController, dataSource: IGFooDataSource}

Before:
> Section controller nil for section 1

After:
> Section controller is nil {indexPath: 1-0, object: IGStoryFooViewModel, sectionController: nil, dataSource: IGFooDataSource}

Differential Revision: D90555737

fbshipit-source-id: 7a993ce66

9 of 14 new or added lines in 1 file covered. (64.29%)

4345 of 4536 relevant lines covered (95.79%)

696.05 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
93.56
-1.81% Source/IGListKit/Internal/IGListAdapter+UICollectionView.m
Jobs
ID Job ID Ran Files Coverage
1 iOS - 20972428095.1 13 Jan 2026 09:05PM UTC 59
95.67
GitHub Action Run
Source Files on build 20972428095
  • Tree
  • List 54
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20972428095
  • 7240131c on github
  • Prev Build on main (#20127244776)
  • Next Build on main (#21085207139)
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