tiaanduplessis / coinmarketcap-api

CoinMarketCap API wrapper for node
MIT License
121 stars 37 forks source link

Updated wrapper to work with CMC API v2 #12

Closed abhinavk99 closed 6 years ago

abhinavk99 commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   93.75%   94.11%   +0.36%     
==========================================
  Files           1        1              
  Lines          16       17       +1     
  Branches        3        3              
==========================================
+ Hits           15       16       +1     
  Misses          1        1
Impacted Files Coverage Δ
index.js 94.11% <100%> (+0.36%) :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 5478b18...e3866c4. Read the comment docs.

abhinavk99 commented 6 years ago

I was getting this issue, so I deleted yarn.lock and ran yarn install to fix the error.

tiaanduplessis commented 6 years ago

LGTM, Thanks for the PR 😄