|
Ran
|
Files
102
|
Run time
3s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/Instagram/IGListKit/commit/5c7a0318b">Remove XCTAssertThrow in IGListAdapterTests Summary: = OSS: = It's not a good testing strategy to check against the assert, it should be checking the real expected output for a function. It limits our usage that we have to use XCTAssertThrow if there is an assertion throws. The problem is that `IGAssert` uses the `NSCAssert` which would throw an `NSInternalInconsistentException` which affects all the code path. Another follow up is to investigate how to make IGAssert not crashable. --- Reviewed By: rnystrom Differential Revision: D7481905 fbshipit-source-id: </a><a class="double-link" href="https://github.com/Instagram/IGListKit/commit/24af37a6e">24af37a6e</a>
12554 of 13175 relevant lines covered (95.29%)
255.18 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|