-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: Incident autoresolved #5338
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
base: main
Are you sure you want to change the base?
Conversation
@diegovb-sys is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
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.
lgtm
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5338 +/- ##
===========================================
- Coverage 46.64% 30.52% -16.13%
===========================================
Files 175 101 -74
Lines 18263 11680 -6583
===========================================
- Hits 8519 3565 -4954
+ Misses 9744 8115 -1629 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #5325
📑 Description
The current implementation doesn't seem to cover the idea behind the last resolved and first resolved. Moreover, based on a Postgres environment there is a Warning/Error because of the use of HAVING/GROUP_BY
✅ Checks