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

Fix ErtPlugin interface staticmethods #7540

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

jonathan-eq
Copy link
Contributor

Commit 15ff246 marked interface methods with @staticmethod without considering other scripts inheriting the interface.

Commit `15ff246` marked interface methods with `@staticmethod` without considering other scripts inheriting the interface.
@jonathan-eq jonathan-eq added the release-notes:skip If there should be no mention of this in release notes label Apr 3, 2024
Copy link
Contributor

@eivindjahren eivindjahren left a comment

Choose a reason for hiding this comment

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

👍

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.52%. Comparing base (3bc1f30) to head (a1af90d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7540      +/-   ##
==========================================
- Coverage   84.53%   84.52%   -0.02%     
==========================================
  Files         387      387              
  Lines       23166    23218      +52     
  Branches      878      888      +10     
==========================================
+ Hits        19583    19624      +41     
- Misses       3471     3487      +16     
+ Partials      112      107       -5     

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

@jonathan-eq jonathan-eq enabled auto-merge (rebase) April 3, 2024 08:43
@jonathan-eq jonathan-eq merged commit b71fdde into equinor:main Apr 3, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:skip If there should be no mention of this in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants