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

feat: add asBlob parameter to baseIpfsStorage to retrieve ipfs item a… #787

Merged

Conversation

albertfolch-redeemeum
Copy link
Collaborator

…s a blob

Comment on lines +109 to +110
if (!asJson && asBlob) {
return response.blob();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main change are these 2 lines

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.13%. Comparing base (c0ce9b9) to head (2207a4c).
Report is 12 commits behind head on main.

Files Patch % Lines
packages/ipfs-storage/src/ipfs/base.ts 85.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #787      +/-   ##
==========================================
+ Coverage   90.11%   90.13%   +0.02%     
==========================================
  Files         162      162              
  Lines        6009     6044      +35     
  Branches      915      921       +6     
==========================================
+ Hits         5415     5448      +33     
- Misses        594      596       +2     
Flag Coverage Δ
common 92.11% <ø> (ø)
core-sdk 58.02% <ø> (+0.20%) ⬆️
e2e 87.32% <71.42%> (+0.02%) ⬆️
eth-connect-sdk 97.33% <ø> (ø)
ethers-sdk 70.03% <ø> (ø)
ipfs-storage 89.41% <85.71%> (-1.26%) ⬇️
metadata 94.70% <ø> (ø)
unittests 61.66% <85.71%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@albertfolch-redeemeum albertfolch-redeemeum merged commit 1b8a762 into main Aug 5, 2024
8 of 11 checks passed
@albertfolch-redeemeum albertfolch-redeemeum deleted the feat-add-asBlob-parameter-get-ipfs-item branch August 5, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants