Skip to content

build(plugins): Only compile against a plugin API#12116

Draft
sschuberth wants to merge 1 commit into
mainfrom
plugin-api-compile-only
Draft

build(plugins): Only compile against a plugin API#12116
sschuberth wants to merge 1 commit into
mainfrom
plugin-api-compile-only

Conversation

@sschuberth

Copy link
Copy Markdown
Member

A plugin should only compile against the API for its plugin type to avoid the plugin API itself being a dependency of the plugin, which would cause problems when bundling the dependencies of plugins and using multiple plugins, as the plugin API would duplicate then.

A plugin should only compile against the API for its plugin type to
avoid the plugin API itself being a dependency of the plugin, which would
cause problems when bundling the dependencies of plugins and using
multiple plugins, as the plugin API would duplicate then.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.60%. Comparing base (02e4a2d) to head (8c00592).

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #12116   +/-   ##
=========================================
  Coverage     58.60%   58.60%           
  Complexity     1827     1827           
=========================================
  Files           361      361           
  Lines         13578    13578           
  Branches       1404     1404           
=========================================
  Hits           7958     7958           
  Misses         5114     5114           
  Partials        506      506           
Flag Coverage Δ
funTest-external-tools 14.59% <ø> (ø)
test-ubuntu-24.04 42.24% <ø> (ø)
test-windows-2025 42.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant