CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
34 stars 24 forks source link

Autocomplete in arguments #483

Closed shargon closed 6 years ago

shargon commented 6 years ago

image

Solve https://github.com/CityOfZion/neo-sharp/issues/454

codecov[bot] commented 6 years ago

Codecov Report

Merging #483 into development will decrease coverage by 1.09%. The diff coverage is 2.25%.

Impacted file tree graph

@@              Coverage Diff               @@
##           development     #483     +/-   ##
==============================================
- Coverage        54.03%   52.94%   -1.1%     
==============================================
  Files              302      304      +2     
  Lines            12488    12759    +271     
==============================================
+ Hits              6748     6755      +7     
- Misses            5740     6004    +264
Impacted Files Coverage Δ
...c/NeoSharp.Application/Client/Prompt[Usability].cs 0% <ø> (ø) :arrow_up:
...c/NeoSharp.Core/Converters/JsonConverterWrapper.cs 33.33% <ø> (ø) :arrow_up:
...lication/Providers/CommandAutoCompleteAttribute.cs 0% <0%> (ø)
src/NeoSharp.Application/Client/Prompt.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.Application/Client/ConsoleHandler.cs 0% <0%> (ø) :arrow_up:
....Application/Controllers/PromptWalletController.cs 0% <0%> (ø) :arrow_up:
...Application/Providers/FileAutoCompleteAttribute.cs 1.04% <1.04%> (ø)
src/NeoSharp.Core/Types/CommandToken.cs 90.9% <100%> (+0.66%) :arrow_up:
...NeoSharp.Application/Extensions/CacheExtensions.cs 100% <100%> (ø) :arrow_up:
...NeoSharp.Application/Client/AutoCommandComplete.cs 22.58% <7.84%> (-69.09%) :arrow_down:
... and 2 more

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 9b1dc96...2088d36. Read the comment docs.