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

refactor(withdraw): Validate responses with Zod #875

Closed bennycode closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #875 (0740711) into main (c99ea70) will not change coverage. Report is 51 commits behind head on main. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #875   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          550       556    +6     
  Branches        38        38           
=========================================
+ Hits           550       556    +6     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Files Changed Coverage Δ
src/transfer/TransferAPI.ts 100.00% <100.00%> (ø)
src/withdraw/WithdrawAPI.ts 100.00% <100.00%> (ø)