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

fix(bundles): add destination parameter #85

Merged

Conversation

araujotadeu
Copy link
Contributor

@araujotadeu araujotadeu commented Apr 15, 2024

Add the missing destination parameter to the download_bundle method.

Due to the changes made in the 1.8.0 release for the download methods. Related discussion - #66 and PR - #69.

Because of those changes the download_bundle method also needs the destination parameter now. Source discussion of the change #83

Add the destination parameter to the download_bundle method.
@andrii-bodnar andrii-bodnar linked an issue Apr 16, 2024 that may be closed by this pull request
@andrii-bodnar
Copy link
Member

@araujotadeu the tests have failed, could you please take a look?

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.08%. Comparing base (98430f7) to head (ff5a6e2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   98.08%   98.08%           
=======================================
  Files          61       61           
  Lines        2810     2810           
=======================================
  Hits         2756     2756           
  Misses         54       54           

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

@andrii-bodnar andrii-bodnar changed the title fix(download_bundle): add destination parameter fix(bundles): add destination parameter Apr 17, 2024
@andrii-bodnar andrii-bodnar merged commit 459132b into crowdin:main Apr 17, 2024
8 checks passed
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.

download_bundle 1.8 response break
2 participants