bennycode / coinbase-pro-node

Coinbase API written in TypeScript and covered by tests.
https://bennycode.com/coinbase-pro-node
MIT License
254 stars 62 forks source link

feat: Add endpoint to retrieve exchange rates #767

Closed bennycode closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #767 (bf64af6) into main (56d9ec8) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #767   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        20    +1     
  Lines          542       551    +9     
  Branches        39        39           
=========================================
+ Hits           542       551    +9     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/client/RESTClient.ts 100.00% <100.00%> (ø)
src/exchange-rate/ExchangeRateAPI.ts 100.00% <100.00%> (ø)