Closed zenangst closed 6 years ago
Merging #33 into master will decrease coverage by
0.61%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #33 +/- ##
==========================================
- Coverage 61.05% 60.44% -0.62%
==========================================
Files 20 20
Lines 493 498 +5
==========================================
Hits 301 301
- Misses 192 197 +5
Impacted Files | Coverage Δ | |
---|---|---|
Source/Shared/Injection.swift | 29.03% <0%> (-1.65%) |
: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 7c1e8fd...3641cf4. Read the comment docs.
Injection.isLoaded
is now more precise as it includes.bundle
in the range that is searches for. Before this change, it might skip to load the bundle if any other bundle included injection in its name.