Closed zenangst closed 6 years ago
Merging #47 into master will not change coverage. The diff coverage is
62.22%
.
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
Coverage 27.55% 27.55%
=======================================
Files 16 16
Lines 392 392
=======================================
Hits 108 108
Misses 284 284
Impacted Files | Coverage Δ | |
---|---|---|
Source/iOS+tvOS/UIViewController+Extensions.swift | 69.23% <62.22%> (ø) |
: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 c65ea13...5c06cbf. Read the comment docs.
Implement animations when injecting view controllers and collection view items on macOS. It syncs the source code between macOS, iOS, and tvOS. Also, it improves injecting collection view items on the macOS platform by going a different path when those kinds of view controllers are injected.