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

Log all base64 toBuff() input #178

Closed eligrey closed 4 years ago

eligrey commented 4 years ago

DO NOT MERGE. This branch should give us extra logging insight into base64 toBuff() input

codecov[bot] commented 4 years ago

Codecov Report

Merging #178 (6b0758d) into master (e806026) will increase coverage by 0.43%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   66.54%   66.98%   +0.43%     
==========================================
  Files          34       34              
  Lines         834      836       +2     
  Branches      140      142       +2     
==========================================
+ Hits          555      560       +5     
+ Misses        199      198       -1     
+ Partials       80       78       -2     
Impacted Files Coverage Δ
src/utils/toBuff.ts 100.00% <100.00%> (ø)
src/zip.ts 67.13% <0.00%> (-0.70%) :arrow_down:
src/tests/api.test.ts 86.54% <0.00%> (+2.33%) :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 e806026...6b0758d. Read the comment docs.