-
Notifications
You must be signed in to change notification settings - Fork 64
[csolution rpc]: Add method to report context info (#1396) #2337
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
[csolution rpc]: Add method to report context info (#1396) #2337
Conversation
) * [csolution rpc]: Add method to report context info * Initial implementation and test * Update tools/projmgr/test/src/ProjMgrRpcTests.cpp Co-authored-by: Copilot <[email protected]> * Update tools/projmgr/src/ProjMgrRpcServer.cpp Co-authored-by: Copilot <[email protected]> * Implementation, test and RPC version upgrade, * Add test file * make lint happy --------- Co-authored-by: Copilot <[email protected]>
Test Results 3 files 21 suites 13m 55s ⏱️ Results for commit 07dca52. ♻️ This comment has been updated with latest results. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2337 +/- ##
==========================================
+ Coverage 64.39% 64.41% +0.02%
==========================================
Files 145 145
Lines 25979 25997 +18
Branches 15653 15666 +13
==========================================
+ Hits 16730 16747 +17
- Misses 7079 7084 +5
+ Partials 2170 2166 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
[csolution rpc]: Add method to report context info
Initial implementation and test
Update tools/projmgr/test/src/ProjMgrRpcTests.cpp
Co-authored-by: Copilot [email protected]
Co-authored-by: Copilot [email protected]
Implementation, test and RPC version upgrade,
Add test file
make lint happy
Co-authored-by: Copilot [email protected]