zenangst / Vaccine

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

Feature view controller swizzling #12

Closed zenangst closed 6 years ago

zenangst commented 6 years ago

View Controller swizzling can be enabled when loading the InjectionIII bundle.

Example:

Injection.load(..., swizzling: true)
codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will decrease coverage by 4.8%. The diff coverage is 3.7%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   75.13%   70.33%   -4.81%     
==========================================
  Files          14       17       +3     
  Lines         366      391      +25     
==========================================
  Hits          275      275              
- Misses         91      116      +25
Impacted Files Coverage Δ
Source/Shared/ViewController+Extensions.swift 0% <0%> (ø)
Source/Shared/DispatchQueue.swift 0% <0%> (ø)
Source/Shared/Swizzling.swift 0% <0%> (ø)
Source/Shared/Injection.swift 40.38% <33.33%> (-0.8%) :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 2b02d5e...23cd40d. Read the comment docs.