-
Notifications
You must be signed in to change notification settings - Fork 15
fix(config): add service env field back #1237
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
Conversation
`0cc3f7` introduced a regression where service env could not be set. This commit re-introduce the service env field.
750e64d to
14047bd
Compare
BenchmarksComparisonBenchmark execution time: 2025-09-23 15:39:13 Comparing candidate commit 14047bd in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 53 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
BaselineOmitted due to size. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1237 +/- ##
==========================================
- Coverage 71.69% 71.66% -0.03%
==========================================
Files 354 354
Lines 56138 56139 +1
==========================================
- Hits 40247 40232 -15
- Misses 15891 15907 +16
🚀 New features to boost your workflow:
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
Description
0cc3f7introduced a regression where service env could not be set. This commit re-introduce the service env field.