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

Test GitHub's PR merge behavior when UT turned off #284

Closed assafmo closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #284 into develop will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #284      +/-   ##
===========================================
+ Coverage    78.65%   78.67%   +0.02%     
===========================================
  Files          102      102              
  Lines         4751     4751              
===========================================
+ Hits          3737     3738       +1     
+ Misses        1014     1013       -1
Impacted Files Coverage Δ
src/client_api/JsonRpcServer.js 90.36% <0%> (+0.11%) :arrow_up:
src/worker/handlers/PrincipalNode.js 91.66% <0%> (+2.47%) :arrow_up:

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 5d0eb9c...48a78e1. Read the comment docs.

assafmo commented 4 years ago

@lenak25 I dare you to merge this. :see_no_evil:

assafmo commented 4 years ago

@lenak25 I've fixed the CI script. You can merge this PR now.

assafmo commented 4 years ago

This is super weird, the only changed file is .travis.yml which isn't used in DroneCI. Probably a temporary problem with DroneCI.