Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(base64): factor out binary string <-> array buffer conversion #243

Merged
merged 1 commit into from
Oct 17, 2021

Conversation

raphinesse
Copy link
Contributor

This is a follow-up to #242 that tries to structure the base64 code more symmetrically by factoring out the conversion between binary strings and array buffers into dedicated functions.

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2021

Codecov Report

Merging #243 (4c4eea9) into master (d83f8d8) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
- Coverage   83.65%   83.62%   -0.04%     
==========================================
  Files          14       14              
  Lines         520      519       -1     
==========================================
- Hits          435      434       -1     
  Misses         85       85              
Impacted Files Coverage Δ
src/common/base64.js 100.00% <100.00%> (ø)

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 d83f8d8...4c4eea9. Read the comment docs.

@raphinesse raphinesse merged commit 7c2f830 into apache:master Oct 17, 2021
@raphinesse raphinesse deleted the refactor-base64-conversion branch October 17, 2021 15:14
@ath0mas ath0mas mentioned this pull request Jun 14, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants