Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

refactor: group repeated Buffer behaviours into a class #216

Merged
merged 2 commits into from
May 12, 2020
Merged

Conversation

faustbrian
Copy link
Contributor

@faustbrian faustbrian commented May 12, 2020

Resolves #215

@faustbrian faustbrian changed the title feat: group repeated Buffer behaviours into a class refactor: group repeated Buffer behaviours into a class May 12, 2020
@codecov
Copy link

codecov bot commented May 12, 2020

Codecov Report

Merging #216 into master will increase coverage by 6.50%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
+ Coverage   75.27%   81.78%   +6.50%     
==========================================
  Files          26       26              
  Lines         639      763     +124     
  Branches       67      100      +33     
==========================================
+ Hits          481      624     +143     
+ Misses        155      137      -18     
+ Partials        3        2       -1     
Impacted Files Coverage Δ
src/utils/hash.ts 45.45% <0.00%> (ø)
src/services/message.ts 95.83% <0.00%> (+0.18%) ⬆️
src/utils/crypto.ts 94.44% <0.00%> (+0.32%) ⬆️
src/dto/transaction.ts 90.69% <0.00%> (+0.69%) ⬆️
src/services/client.ts 85.62% <0.00%> (+3.18%) ⬆️
src/services/ledger.ts 36.84% <0.00%> (+3.50%) ⬆️
src/services/fee.ts 94.11% <0.00%> (+19.11%) ⬆️
src/services/transaction.ts 60.00% <0.00%> (+20.74%) ⬆️
src/services/identity/wif.ts 85.71% <0.00%> (+28.57%) ⬆️
src/services/peer.ts 96.10% <0.00%> (+74.67%) ⬆️

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 cbc276b...95c70a1. Read the comment docs.

@faustbrian faustbrian merged commit 319d24f into master May 12, 2020
@faustbrian faustbrian deleted the buffoon branch May 12, 2020 10:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Bufferize class
1 participant