bunqCommunity / bunqJSClient

A javascript SDK for the bunq API
MIT License
58 stars 23 forks source link

Feature/card #43

Closed lalilaloe closed 5 years ago

lalilaloe commented 5 years ago

/Card & /CardDebit endpoint, unit test and various types added. /CardDebit is not tested on public api yet.

codecov[bot] commented 5 years ago

Codecov Report

Merging #43 into master will decrease coverage by 1.3%. The diff coverage is 61.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   96.58%   95.27%   -1.31%     
==========================================
  Files          64       65       +1     
  Lines        2050     2076      +26     
  Branches      399      413      +14     
==========================================
- Hits         1980     1978       -2     
- Misses         69       97      +28     
  Partials        1        1
Impacted Files Coverage Δ
src/BunqJSClient.ts 90.03% <100%> (+0.03%) :arrow_up:
src/Api/Card.ts 29.41% <46.15%> (-70.59%) :arrow_down:
src/Api/CardDebit.ts 75% <75%> (ø)
src/Crypto/Aes.ts 97.14% <0%> (-2.86%) :arrow_down:

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 18e2c4a...09d0635. Read the comment docs.