|
Ran
|
Jobs
3
|
Files
24
|
Run time
8min
|
Badge
README BADGES
|
push
travis-ci
Prevent item reload, delete, insert collisions Summary: Adds a new test and fixes an item animation collision that `UICollectionView` throws on. Basically we cannot collide reloads with insert+delete. The example in the test is trivial, but real-world situations do appear b/c of the coalescence of `IGListAdapterUpdater`. It can queue reloads and deletes/inserts at the same index paths while waiting. - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/325 Differential Revision: D4322005 Pulled By: rnystrom fbshipit-source-id: 2247163c1
23 of 23 new or added lines in 1 file covered. (100.0%)
2726 of 2783 relevant lines covered (97.95%)
697.86 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
100.0 |
Source/IGListAdapterUpdater.m |