-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Remove deprecated config option for PoET servers #6498
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #6498 +/- ##
=========================================
Coverage ? 79.9%
=========================================
Files ? 352
Lines ? 46437
Branches ? 0
=========================================
Hits ? 37119
Misses ? 7210
Partials ? 2108 ☔ View full report in Codecov by Sentry. |
af2a90d
to
3f08cf5
Compare
bors merge |
## Motivation The setting has been marked as deprecated in `v1.4.0` released 2024-03-14. It should be safe to remove this config setting now.
Build failed:
|
bors merge |
## Motivation The setting has been marked as deprecated in `v1.4.0` released 2024-03-14. It should be safe to remove this config setting now.
Pull request successfully merged into develop. Build succeeded: |
Motivation
The setting has been marked as deprecated in
v1.4.0
released 2024-03-14. It should be safe to remove this config setting now.Description
Removal of deprecated
poet-server
config option.Test Plan
TODO