-
Notifications
You must be signed in to change notification settings - Fork 10
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: add migrate.sh to worker #715
Conversation
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.
As a future better way, we should add this script to Shared and use this for worker + api
migrate.sh
Outdated
@@ -0,0 +1,11 @@ | |||
#!/bin/sh | |||
|
|||
# Command ran by k8s to run migrations for api |
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.
Worker instead of api
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #715 +/- ##
==========================================
- Coverage 98.07% 97.92% -0.15%
==========================================
Files 434 434
Lines 36734 36733 -1
==========================================
- Hits 36027 35971 -56
- Misses 707 762 +55
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #715 +/- ##
==========================================
- Coverage 98.07% 97.92% -0.15%
==========================================
Files 434 434
Lines 36734 36733 -1
==========================================
- Hits 36027 35971 -56
- Misses 707 762 +55
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #715 +/- ##
==========================================
- Coverage 98.12% 97.97% -0.15%
==========================================
Files 475 475
Lines 38089 38088 -1
==========================================
- Hits 37374 37318 -56
- Misses 715 770 +55
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #715 +/- ##
==========================================
- Coverage 98.07% 97.92% -0.15%
==========================================
Files 434 434
Lines 36734 36733 -1
==========================================
- Hits 36027 35971 -56
- Misses 707 762 +55
Flags with carried forward coverage won't be shown. Click here to find out more.
|
No description provided.