-
Notifications
You must be signed in to change notification settings - Fork 172
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
【fix】启动参数支持索引环境变量 #985
【fix】启动参数支持索引环境变量 #985
Conversation
Codecov ReportBase: 44.34% // Head: 44.34% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## develop #985 +/- ##
==========================================
Coverage 44.34% 44.34%
Complexity 2807 2807
==========================================
Files 662 662
Lines 14657 14657
Branches 1633 1633
==========================================
Hits 6500 6500
Misses 7375 7375
Partials 782 782
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
32837ab
to
aa2b830
Compare
...rmant-agentcore-premain/src/main/java/com/huawei/sermant/premain/common/BootArgsBuilder.java
Outdated
Show resolved
Hide resolved
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.
/lgtm
【修复issue】#984
【修改内容】启动参数appName等支持以${环境变量名:默认值}的方式索引环境变量
【用例描述】增加UT
【自测情况】UT测试通过
【影响范围】bootstrap.properties启动参数配置,心跳接收应用名配置等