-
Notifications
You must be signed in to change notification settings - Fork 122
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
Removed the use priority settings #3062
Removed the use priority settings #3062
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #3062 +/- ##
=============================================
+ Coverage 58.78% 58.81% +0.02%
Complexity 4459 4459
=============================================
Files 560 560
Lines 20401 20391 -10
Branches 1028 1027 -1
=============================================
Hits 11993 11993
+ Misses 7862 7854 -8
+ Partials 546 544 -2
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
||
public BooleanProperty changeProcessPriorityProperty() { | ||
return changeProcessPriority; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The getter and setter and whole field should be removed
The builds are failing when you remove the fields you also have to fix wherever they are used |
8414c37
to
8277852
Compare
#3057