Closed GunnarFarneback closed 3 years ago
Merging #35 (7840f5c) into master (9d3a765) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 98.28% 98.31% +0.02%
==========================================
Files 1 1
Lines 175 178 +3
==========================================
+ Hits 172 175 +3
Misses 3 3
Impacted Files | Coverage Δ | |
---|---|---|
src/LocalRegistry.jl | 98.31% <100.00%> (+0.02%) |
: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 9d3a765...7840f5c. Read the comment docs.
This is a breaking change to switch the
registry
argument toregister
from a positional argument to a keyword argument. Cf #30.