-
Notifications
You must be signed in to change notification settings - Fork 15
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 to use single plugin slot #24
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
===========================================
+ Coverage 72.61% 90.05% +17.43%
===========================================
Files 13 12 -1
Lines 168 171 +3
Branches 30 32 +2
===========================================
+ Hits 122 154 +32
+ Misses 44 15 -29
Partials 2 2 ☔ View full report in Codecov by Sentry. |
b0085ad
to
298af7b
Compare
This work is to finish integrating Direct Plugins with the rest of the plugin framework. A single configuration can now handle both types of plugins that are currently offered (i.e. IFRAME_PLUGIN, DIRECT_PLUGIN)
Some of the new additions: