-
Notifications
You must be signed in to change notification settings - Fork 18
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
Clean up #763
Conversation
…pgBackend class and rename to BaseCpgBackenCommand for consistency
paramInstance is the script instance so it should probably never be an argument for the primaryConstructor. Furthermore, we check above that the primaryConstructor does not have any parameters, so it should not be necessary to use the script instance as a argument.
This reverts commit f2ad444. In some cases the script instance is needed as an argument for some constructors
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #763 +/- ##
============================================
+ Coverage 82.14% 82.39% +0.24%
Complexity 179 179
============================================
Files 49 49
Lines 1372 1363 -9
Branches 189 184 -5
============================================
- Hits 1127 1123 -4
Misses 157 157
+ Partials 88 83 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Some of the changes have been addresses in other PRs. We'll first merge: Afterwards, we'll take another look at code coverage. |
Co-authored-by: Florian Wendland <[email protected]> Co-authored-by: Robert Haimerl <[email protected]>
Clean up the code a little bit