-
Notifications
You must be signed in to change notification settings - Fork 482
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
add information about routes and graceful server termination #1416
Conversation
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1416 +/- ##
==========================================
- Coverage 80.33% 79.63% -0.71%
==========================================
Files 95 103 +8
Lines 6602 7332 +730
==========================================
+ Hits 5304 5839 +535
- Misses 1298 1493 +195 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
- main | ||
paths: | ||
- 'examples/**' | ||
#pull_request: |
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.
Are we removing?
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.
on:
# Pull Request is needed to make sure that notebook changes are ok.
#pull_request:
# branches:
# - main
# paths:
# - 'examples/**'
# Nightly is needed to ensure that code and notebooks are interopeable
#schedule:
# - cron: "30 1 * * *"
# Manual is needed for on-demand validation
workflow_dispatch:
We keep only the manual testing
Signed-off-by: Fotis Nikolaidis <[email protected]> Former-commit-id: 487eeb1
Description
mongodb
andlocalhost
Related Issues
Checklist
make test
successfully?Additional Notes or Comments