-
Notifications
You must be signed in to change notification settings - Fork 32
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
Filter Controllers stack trace #1731
Conversation
@@ -81,7 +81,7 @@ def self.delete(name:, scope:) | |||
model.undeploy() | |||
end | |||
|
|||
attr_reader :name, :scope, :snooze, :triggers, :actions, :enabled, :triggerLevel, :snoozed_until | |||
attr_reader :name, :scope, :snooze, :triggers, :actions, :enabled, :trigger_level, :snoozed_until |
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.
I have an Enterprise migration to change this to the proper Ruby syntax
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1731 +/- ##
==========================================
+ Coverage 76.60% 76.72% +0.11%
==========================================
Files 607 530 -77
Lines 46488 42207 -4281
Branches 844 270 -574
==========================================
- Hits 35613 32382 -3231
+ Misses 10778 9825 -953
+ Partials 97 0 -97
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
No description provided.