Closed gandarez closed 3 weeks ago
Attention: Patch coverage is 54.54545%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 63.11%. Comparing base (
8153a4b
) to head (28c5482
). Report is 2 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/remote/remote.go | 54.54% | 5 Missing :warning: |
@@ Coverage Diff @@
## develop #1114 +/- ##
========================================
Coverage 63.10% 63.11%
========================================
Files 383 383
Lines 16570 16561 -9
========================================
- Hits 10457 10452 -5
+ Misses 5543 5540 -3
+ Partials 570 569 -1
Flag | Coverage Δ | |
---|---|---|
unittests | 63.11% <54.54%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Files with missing lines | Coverage Δ | |
---|---|---|
pkg/remote/remote.go | 64.85% <54.54%> (+0.22%) |
:arrow_up: |
This PR does some cleanups and removes unecessary calls in order to avoid panic. The line number 63 seems to be wrong in the call stack and it might happen in Go when there are
defer
usages as per this issue.