-
Notifications
You must be signed in to change notification settings - Fork 429
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
feat(postgres/analytics): Add task to clean-up old data #3170
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3170 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 1059 1059
Lines 32036 32074 +38
=======================================
+ Hits 30791 30829 +38
Misses 1245 1245 ☔ View full report in Codecov by Sentry. |
76d9ff3
to
167f588
Compare
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.
Test looks good and the code is straightforward 👍🏼
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Add recurring task to clean up old analytics data
How did you test this code?
Covered by unit tests