dhcp
dhcp copied to clipboard
nclient6: Use cenkalti/backoff/v4 library to replace backoff algorith…
…m in #296.
Codecov Report
Merging #439 (1a30de3) into master (b259fbf) will decrease coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #439 +/- ##
==========================================
- Coverage 67.97% 67.97% -0.01%
==========================================
Files 90 90
Lines 3766 3759 -7
==========================================
- Hits 2560 2555 -5
+ Misses 1037 1035 -2
Partials 169 169
Flag | Coverage Δ | |
---|---|---|
integtests | ∅ <ø> (∅) |
|
unittests | 67.97% <100.00%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
dhcpv6/nclient6/client.go | 45.67% <100.00%> (-1.07%) |
: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 b259fbf...1a30de3. Read the comment docs.
I am not a huge fan of introducing a new dependency but I also don't have a strong opinion here. So I will let others chime in.
Fixes #308