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: allow dynamically import atmosphere.js for SW context #2901

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

krissvaa
Copy link
Contributor

Fixes #2867

@krissvaa krissvaa force-pushed the fix/sw-context-access branch from f5f6170 to cf3a028 Compare November 11, 2024 17:11
@krissvaa krissvaa force-pushed the fix/sw-context-dynamic-import branch from 5c613c4 to 33b8cc7 Compare November 13, 2024 14:06
Env should be optional for other frameworks
Fixes #2867
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 86.97%. Comparing base (c431cbb) to head (1411835).

Files with missing lines Patch % Lines
packages/ts/frontend/src/FluxConnection.ts 55.55% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2901      +/-   ##
==========================================
- Coverage   86.99%   86.97%   -0.03%     
==========================================
  Files         118      118              
  Lines        8292     8299       +7     
  Branches     1269     1270       +1     
==========================================
+ Hits         7214     7218       +4     
- Misses       1064     1066       +2     
- Partials       14       15       +1     
Flag Coverage Δ
unittests 86.97% <55.55%> (-0.03%) ⬇️

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.

@Lodin Lodin requested a review from platosha November 25, 2024 10:54
Base automatically changed from fix/sw-context-access to main November 25, 2024 14:49
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.

PWA endpoint errors while called from SW
3 participants