Add check command for potential pack updates#2459
Add check command for potential pack updates#2459jthuangarm merged 15 commits intoOpen-CMSIS-Pack:mainfrom
check command for potential pack updates#2459Conversation
Test Results 7 files - 51 53 suites - 123 5m 42s ⏱️ - 15m 40s Results for commit 8ac1cf8. ± Comparison against base commit 79b66b5. This pull request removes 725 tests.♻️ This comment has been updated with latest results. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2459 +/- ##
==========================================
- Coverage 64.93% 64.93% -0.01%
==========================================
Files 145 145
Lines 26209 26314 +105
Branches 15828 15899 +71
==========================================
+ Hits 17020 17088 +68
- Misses 7042 7061 +19
- Partials 2147 2165 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2459 +/- ##
==========================================
- Coverage 64.93% 64.93% -0.01%
==========================================
Files 145 145
Lines 26209 26301 +92
Branches 15828 15888 +60
==========================================
+ Hits 17020 17078 +58
- Misses 7042 7059 +17
- Partials 2147 2164 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
soumeh01
left a comment
There was a problem hiding this comment.
@jthuangarm Thanks for making these contributions.
Just a nit-pick, please make sure to update the usage documentation
https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-tools.md#csolution-invocation
Fixes
Changes
checkcommand to the CLI, allowing users to check for updates to packs used in their projects. This includes parsing the command, handling input validation, and integrating the new functionality into the main command processor.Here is a real output from an existing project:
Checklist