|
Ran
|
Jobs
3
|
Files
73
|
Run time
6min
|
Badge
README BADGES
|
push
travis-ci
Remove IGListSectionType Summary: Removing the `IGListSectionType` protocol and adding default implementations into `IGListSectionController`. - `numberOfItems` returns 1 - `cellForItemAtIndex:` asserts (have to return a cell) - `didUpdateToObject:` no-ops - `didSelectItemAtIndex:` no-ops Fixes #168 Reviewed By: jessesquires Differential Revision: D4909585 fbshipit-source-id: 881670250
9761 of 9892 relevant lines covered (98.68%)
335.56 hits per line