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

Trigger sync when commit receipt is failed #297

Closed lenak25 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #297 into develop will decrease coverage by 0.14%. The diff coverage is 75.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #297      +/-   ##
===========================================
- Coverage    77.53%   77.38%   -0.15%     
===========================================
  Files          105      104       -1     
  Lines         4847     4781      -66     
===========================================
- Hits          3758     3700      -58     
+ Misses        1089     1081       -8
Impacted Files Coverage Δ
...er/controller/actions/tasks/VerifyNewTaskAction.js 96.66% <ø> (ø) :arrow_up:
...worker/controller/actions/ethereum/LogoutAction.js 11.53% <ø> (ø) :arrow_up:
...ntroller/actions/ethereum/GetWorkerParamsAction.js 88.88% <ø> (ø) :arrow_up:
...ntroller/actions/sync/FindContentProviderAction.js 93.33% <ø> (ø) :arrow_up:
...rker/controller/actions/db/write/UpdateDbAction.js 85% <ø> (ø) :arrow_up:
...rker/controller/actions/ethereum/RegisterAction.js 88.46% <ø> (ø) :arrow_up:
src/worker/handlers/ProtocolHandler.js 62.06% <ø> (ø) :arrow_up:
...rc/worker/controller/actions/GetStateKeysAction.js 65.3% <ø> (ø) :arrow_up:
...rc/worker/controller/actions/db/DbRequestAction.js 87.5% <ø> (-1.39%) :arrow_down:
...r/controller/actions/sync/AnnounceContentAction.js 73.07% <ø> (ø) :arrow_up:
... and 31 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 740c4f7...93785c2. Read the comment docs.