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

Support commitReceipt failure + Ethereum callbacks failure #235

Closed lenak25 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #235 into develop will decrease coverage by 0.32%. The diff coverage is 46.89%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #235      +/-   ##
===========================================
- Coverage    80.67%   80.34%   -0.33%     
===========================================
  Files          110      110              
  Lines         5330     5328       -2     
===========================================
- Hits          4300     4281      -19     
- Misses        1030     1047      +17
Impacted Files Coverage Δ
src/main_controller/FacadeController.js 94.11% <ø> (+3.64%) :arrow_up:
src/ethereum/EthereumAPI.js 100% <ø> (ø) :arrow_up:
...controller/actions/ethereum/CommitReceiptAction.js 8% <0%> (-2.91%) :arrow_down:
...rker/controller/actions/ethereum/WithdrawAction.js 14.28% <0%> (ø) :arrow_up:
...worker/controller/actions/ethereum/LogoutAction.js 14.28% <0%> (ø) :arrow_up:
src/worker/tasks/Result.js 94.66% <0%> (-1.28%) :arrow_down:
...orker/controller/actions/ethereum/DepositAction.js 90.47% <100%> (ø) :arrow_up:
src/common/constants.js 100% <100%> (ø) :arrow_up:
...rker/controller/actions/ethereum/RegisterAction.js 88.46% <100%> (ø) :arrow_up:
.../worker/controller/actions/ethereum/LoginAction.js 90.47% <100%> (ø) :arrow_up:
... and 8 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 fd23f3e...2df238d. Read the comment docs.