cli icon indicating copy to clipboard operation
cli copied to clipboard

Add server.Details() implementation for code discovery

Open asalkeld opened this issue 3 years ago • 1 comments

Right now if you call myApi.Details() it will fail with not implemented in the config discovery phase.

asalkeld avatar Nov 23 '22 03:11 asalkeld

Codecov Report

Base: 28.71% // Head: 28.62% // Decreases project coverage by -0.09% :warning:

Coverage data is based on head (61a58c3) compared to base (7122f57). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #405      +/-   ##
===========================================
- Coverage    28.71%   28.62%   -0.10%     
===========================================
  Files           54       54              
  Lines         4736     4751      +15     
===========================================
  Hits          1360     1360              
- Misses        3249     3264      +15     
  Partials       127      127              
Flag Coverage Δ
unittests 28.62% <0.00%> (-0.10%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/codeconfig/server.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Nov 23 '22 04:11 codecov-commenter