zenangst / Vaccine

:syringe: Vaccine - Make your apps immune to recompile-disease
Other
307 stars 18 forks source link

Refactor Injection internals #19

Closed zenangst closed 6 years ago

zenangst commented 6 years ago

This moves the implementation of viewControllerWasInjected to Injection class.

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.83%. The diff coverage is 29.16%.

Impacted file tree graph

@@            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.