Closed sethaxen closed 2 years ago
Merging #11 (16e560e) into main (a1e6801) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 98.61% 98.63% +0.01%
==========================================
Files 4 4
Lines 72 73 +1
==========================================
+ Hits 71 72 +1
Misses 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/parameters.jl | 97.36% <100.00%> (+0.07%) |
: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 a1e6801...16e560e. Read the comment docs.
Is what I need to do to get that fix os to update the package and it would pull it?
Is what I need to do to get that fix os to update the package and it would pull it?
After an hour or so when v0.1.4 is released, yes, that would work. Or you could do
] add ExponentialActions#main
which would pull in the fix from the main branch.
Yup.. that indeed fixed the issue. Thank you so much @sethaxen :)
Glad to hear it! And, you're welcome!
Fixes #10
@aelmokadem can you confirm this fixes your issue?