Closed zenangst closed 6 years ago
Merging #11 into master will increase coverage by
0.2%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #11 +/- ##
=========================================
+ Coverage 74.93% 75.13% +0.2%
=========================================
Files 14 14
Lines 363 366 +3
=========================================
+ Hits 272 275 +3
Misses 91 91
Impacted Files | Coverage Δ | |
---|---|---|
Source/iOS+tvOS/UIViewController+Extensions.swift | 67.92% <100%> (+1.92%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a86a4a2...220ae6d. Read the comment docs.
UINavigationController
's should not remove its internals when they are injected as that could mean that therootViewController
will be removed.