Skip to content

refactor(VersionControlSystem): Implement the Plugin interface #7930

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

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

sschuberth
Copy link
Member

Align with all other ORT plugin types and implement the Plugin interface. This will allow for some common handling of all types of plugins in an upcoming change. Also see 1 for context.

Align with all other ORT plugin types and implement the `Plugin`
interface. This will allow for some common handling of all types of
plugins in an upcoming change. Also see [1] for context.

[1]: #6507

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth requested a review from a team as a code owner November 24, 2023 21:43
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6d43649) 66.99% compared to head (4b200c9) 66.99%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7930   +/-   ##
=========================================
  Coverage     66.99%   66.99%           
  Complexity     2041     2041           
=========================================
  Files           356      356           
  Lines         17103    17103           
  Branches       2443     2443           
=========================================
  Hits          11459    11459           
  Misses         4623     4623           
  Partials       1021     1021           
Flag Coverage Δ
funTest-docker 66.91% <ø> (ø)
funTest-non-docker 34.35% <ø> (ø)
test 36.19% <ø> (ø)

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.

@sschuberth sschuberth merged commit 19bfbe0 into main Nov 26, 2023
@sschuberth sschuberth deleted the vcs-plugin-interface branch November 26, 2023 20:28
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.

2 participants