scrtlabs / enigma-p2p

The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
https://enigma.co/protocol/
GNU Affero General Public License v3.0
38 stars 4 forks source link

Add failed output verification after task was mined #296

Closed lenak25 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #296 into develop will decrease coverage by 0.94%. The diff coverage is 41.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #296      +/-   ##
==========================================
- Coverage    78.74%   77.8%   -0.95%     
==========================================
  Files          102     105       +3     
  Lines         4737    4838     +101     
==========================================
+ Hits          3730    3764      +34     
- Misses        1007    1074      +67
Impacted Files Coverage Δ
src/worker/handlers/ProtocolHandler.js 62.06% <ø> (+1.39%) :arrow_up:
src/common/constants.js 100% <ø> (ø) :arrow_up:
src/core/ipc.js 89.09% <ø> (ø) :arrow_up:
...r/controller/actions/proxy/GetStatusProxyAction.js 100% <ø> (ø) :arrow_up:
src/worker/controller/actions/InitWorkerAction.js 73.43% <ø> (ø) :arrow_up:
...worker/controller/actions/ethereum/LogoutAction.js 11.53% <0%> (ø) :arrow_up:
.../worker/controller/actions/ethereum/LoginAction.js 10% <0%> (-4.29%) :arrow_down:
src/client_api/JsonRpcServer.js 90.36% <100%> (ø) :arrow_up:
...rker/controller/actions/ethereum/RegisterAction.js 88.46% <100%> (ø) :arrow_up:
...ontroller/actions/sync/ReceiveAllPipelineAction.js 84.12% <100%> (ø) :arrow_up:
... and 11 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 8ed488d...7a22ac3. Read the comment docs.