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

Plugin cleanups #7928

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Plugin cleanups #7928

merged 2 commits into from
Nov 24, 2023

Conversation

sschuberth
Copy link
Member

Please have a look at the individual commit messages for the details.

@sschuberth sschuberth enabled auto-merge (rebase) November 24, 2023 15:48
@@ -21,13 +21,21 @@ package org.ossreviewtoolkit.advisor

import java.util.ServiceLoader

import org.ossreviewtoolkit.utils.common.Plugin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit-msg: "property in the was not" Something is wrong here, guess "in the" can be dropped.

generall-> generally

@fviernau fviernau disabled auto-merge November 24, 2023 16:01
…ions

For some plugin types, the conventional `ALL` property was not defined in
the actual plugin implementation, but in a class managing the plugin
implementations. Resolve this inconsistency by generally defining the
`ALL` properties in the belonging plugin implementation to prepare for an
upcoming change that inspects plugin implementations.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth enabled auto-merge (rebase) November 24, 2023 16:28
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5d2fb19) 66.99% compared to head (87ae991) 66.99%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7928   +/-   ##
=========================================
  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-non-docker 34.35% <100.00%> (ø)
test 36.19% <100.00%> (ø)

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 77d8804 into main Nov 24, 2023
22 checks passed
@sschuberth sschuberth deleted the plugin-cleanups branch November 24, 2023 16:53
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