nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

*: extend basic testing chain documentation #3692

Closed AnnaShaleva closed 5 days ago

AnnaShaleva commented 5 days ago

Save some time for developers who are not familiar with RPC server unit-test structure.

AliceInHunterland commented 5 days ago

Something wrong with the commit.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.07%. Comparing base (2b758c5) to head (40dda9f). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3692 +/- ## ========================================== + Coverage 82.98% 83.07% +0.09% ========================================== Files 335 335 Lines 46708 46708 ========================================== + Hits 38759 38802 +43 + Misses 6360 6318 -42 + Partials 1589 1588 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

AliceInHunterland commented 5 days ago

Maybe a commit length check had been dropped with the new Goland update.

AnnaShaleva commented 5 days ago

Maybe a commit length check had been dropped with the new Goland update.

I don’t use Goland, it’s vim, and it was due to a copy-past. Will fix.