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(shorebird_cli): don't copy directory before zipping #1612

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

bryanoltman
Copy link
Contributor

Description

I'm not sure why we were copying this in the first place, but this fixes the issue described in #1610.

Fixes #1610

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (86cba52) 100.00% compared to head (a5a7c0c) 100.00%.

❗ Current head a5a7c0c differs from pull request most recent head c1f325a. Consider uploading reports for the commit c1f325a to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1612   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          155       155           
  Lines         4826      4825    -1     
=========================================
- Hits          4826      4825    -1     
Flag Coverage Δ
shorebird_cli 100.00% <100.00%> (ø)

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.

Copy link
Contributor

@eseidel eseidel left a comment

Choose a reason for hiding this comment

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

lgtm. But I would encourage you to track down more about when this broke?

Also, can we test this?

@bryanoltman
Copy link
Contributor Author

lgtm. But I would encourage you to track down more about when this broke?

Also, can we test this?

Good call, added a test

@bryanoltman bryanoltman enabled auto-merge (squash) January 3, 2024 17:22
@bryanoltman bryanoltman merged commit bcb2c57 into main Jan 3, 2024
6 checks passed
@bryanoltman bryanoltman deleted the bo/ios-release-fix branch January 3, 2024 17:26
@bryanoltman
Copy link
Contributor Author

lgtm. But I would encourage you to track down more about when this broke?
Also, can we test this?

Good call, added a test

brendan-duncan/archive@06ff8a8 seems to be the commit in package:archive that introduced this error, which was released in their 3.4.10 release yesterday, which explains why we weren't previously seeing this.

@bryanoltman bryanoltman mentioned this pull request Jan 3, 2024
7 tasks
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.

Run shorebird release ios-alpha error on mac x64
2 participants