Closed zenangst closed 6 years ago
Merging #46 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #46 +/- ##
=======================================
Coverage 27.55% 27.55%
=======================================
Files 16 16
Lines 392 392
=======================================
Hits 108 108
Misses 284 284
Impacted Files | Coverage Δ | |
---|---|---|
Source/Shared/ViewController+Extensions.swift | 0% <0%> (ø) |
: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 a0eb2f3...48bb486. Read the comment docs.
This refactors how NSViewController's are swizzled on macOS. Instead of using
loadView
, we now usenibName:bundle:
to add the injection observation.