transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.
https://penumbra-example.vercel.app/
Apache License 2.0
145 stars 19 forks source link

Decode base64 without Node globals #177

Closed eligrey closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #177 (fa859ed) into master (87aca16) will increase coverage by 0.63%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   66.26%   66.90%   +0.63%     
==========================================
  Files          34       34              
  Lines         833      834       +1     
  Branches      140      140              
==========================================
+ Hits          552      558       +6     
+ Misses        199      198       -1     
+ Partials       82       78       -4     
Impacted Files Coverage Δ
src/fetchAndDecrypt.ts 38.88% <100.00%> (+5.55%) :arrow_up:
src/utils/toBuff.ts 100.00% <100.00%> (+100.00%) :arrow_up:
src/tests/api.test.ts 85.96% <0.00%> (+1.75%) :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 87aca16...fa859ed. Read the comment docs.