Closed zenangst closed 6 years ago
Merging #19 into master will increase coverage by
0.83%
. The diff coverage is29.16%
.
@@ Coverage Diff @@
## master #19 +/- ##
==========================================
+ Coverage 70.2% 71.03% +0.83%
==========================================
Files 17 17
Lines 396 397 +1
==========================================
+ Hits 278 282 +4
+ Misses 118 115 -3
Impacted Files | Coverage Δ | |
---|---|---|
Source/Shared/ViewController+Extensions.swift | 0% <ø> (-6.46%) |
:arrow_down: |
Source/iOS+tvOS/UIViewController+Extensions.swift | 94.87% <100%> (ø) |
:arrow_up: |
Tests/Shared/InjectionTests.swift | 100% <100%> (ø) |
:arrow_up: |
Source/Shared/Injection.swift | 37.5% <22.72%> (-2.89%) |
:arrow_down: |
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 7f81fb8...8402ab3. Read the comment docs.
This moves the implementation of
viewControllerWasInjected
toInjection
class.