|
Ran
|
Jobs
1
|
Files
87
|
Run time
5s
|
Badge
README BADGES
|
push
travis-ci
Balance reload delete and insert calls Summary: In https://github.com/Instagram/IGListKit/commit/073fc073e we deduped delete calls, but since we convert reloads into delete+insert when only deduping deletes, we end up with unbalanced delete+insert calls. Unit test added reproduced a crash we see internally. Fix passes the test. Not adding a changelog entry since this is a new regression fixed between releases. #trivial Issue fixed: t17539856 - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. Closes https://github.com/Instagram/IGListKit/pull/687 Differential Revision: D4933545 Pulled By: rnystrom fbshipit-source-id: d38a900a9
9899 of 10145 relevant lines covered (97.58%)
120.07 hits per line