bunqCommunity / bunqJSClient

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

Encrypted endpoint support for bunq API #42

Closed Crecket closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.23%. The diff coverage is 94.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   96.34%   96.58%   +0.23%     
==========================================
  Files          63       64       +1     
  Lines        1999     2050      +51     
  Branches      393      399       +6     
==========================================
+ Hits         1926     1980      +54     
+ Misses         72       69       -3     
  Partials        1        1
Impacted Files Coverage Δ
src/ApiAdapter.ts 96.47% <100%> (+0.17%) :arrow_up:
src/Crypto/Sha256.ts 100% <100%> (ø) :arrow_up:
tests/TestHelpers/SetupApp.ts 100% <100%> (ø) :arrow_up:
tests/TestHelpers/Prepare.ts 100% <100%> (ø) :arrow_up:
src/Api/CardCvc2.ts 100% <100%> (ø) :arrow_up:
src/HTTP/Request.ts 93.44% <50%> (+3.96%) :arrow_up:
src/HTTP/SignRequestHandler.ts 88.88% <66.66%> (+5.55%) :arrow_up:
src/Crypto/Pbkdf2.ts 93.75% <93.75%> (ø) :arrow_up:
src/HTTP/EncryptRequestHandler.ts 97.22% <97.22%> (ø)
... and 1 more

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 9befec9...8a51f9b. Read the comment docs.