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: move shorebird_code_push_io and _web into src/ #75

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Conversation

eseidel
Copy link
Contributor

@eseidel eseidel commented Sep 6, 2023

Users were sometimes importing the _web version thinking it
was the "web safe" import, rather than shorebird_code_push.dart
and then being surprised when ShorebirdCodePush did nothing.

Fixes shorebirdtech/shorebird#1209

Users were sometimes importing the _web version thinking it
was the "web safe" import, rather than shorebird_code_push.dart
and then being surprised when ShorebirdCodePush did nothing.

Fixes shorebirdtech/shorebird#1209
@eseidel eseidel requested a review from bryanoltman September 6, 2023 16:37
@eseidel eseidel changed the title break: move shorebird_code_push_io and _web into src/ refactor: move shorebird_code_push_io and _web into src/ Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: +2.50% 🎉

Comparison is base (ef268ac) 97.49% compared to head (28c68a7) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #75      +/-   ##
===========================================
+ Coverage   97.49%   100.00%   +2.50%     
===========================================
  Files           9         4       -5     
  Lines        1834        57    -1777     
===========================================
- Hits         1788        57    -1731     
+ Misses         46         0      -46     
Files Changed Coverage Δ
...bird_code_push/lib/src/shorebird_code_push_io.dart 100.00% <ø> (ø)

... and 12 files with indirect coverage changes

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

@eseidel
Copy link
Contributor Author

eseidel commented Sep 6, 2023

Clearly I need to wire up coverage flags for this repo too.

@eseidel eseidel merged commit e14f630 into main Sep 7, 2023
@eseidel eseidel deleted the web_import branch September 7, 2023 14:38
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.

fix: Shorebird engine not available
2 participants