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: iframe-based experience plugins #235

Closed
wants to merge 46 commits into from

fix: package lock dependency issue

1bb5c21
Select commit
Loading
Failed to load commit list.
Closed

feat: iframe-based experience plugins #235

fix: package lock dependency issue
1bb5c21
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 3, 2023 in 0s

81.81% (-1.37%) compared to 8182d21

View this Pull Request on Codecov

81.81% (-1.37%) compared to 8182d21

Details

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (8182d21) 83.17% compared to head (1bb5c21) 81.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
- Coverage   83.17%   81.81%   -1.37%     
==========================================
  Files          40       48       +8     
  Lines        1070     1204     +134     
  Branches      195      215      +20     
==========================================
+ Hits          890      985      +95     
- Misses        168      205      +37     
- Partials       12       14       +2     
Files Coverage Δ
src/plugins/PluginContainer.jsx 100.00% <100.00%> (ø)
src/plugins/PluginContainerIframe.jsx 100.00% <100.00%> (ø)
src/plugins/data/constants.js 100.00% <100.00%> (ø)
src/plugins/data/shapes.js 100.00% <100.00%> (ø)
src/plugins/Plugin.jsx 95.00% <95.00%> (ø)
src/plugins/data/hooks.js 85.41% <85.41%> (ø)
src/plugins/PluginErrorBoundary.jsx 0.00% <0.00%> (ø)
src/plugins/PluginSlot.jsx 0.00% <0.00%> (ø)

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