chore: refactor cpuset in package for code reuse#793
chore: refactor cpuset in package for code reuse#793koordinator-bot[bot] merged 1 commit intokoordinator-sh:mainfrom
Conversation
pkg/util/cpuset/helper.go
Outdated
Check failure
Code scanning / CodeQL
Incorrect conversion between integer types
Signed-off-by: Joseph <joseph.t.lee@outlook.com>
Codecov ReportBase: 68.19% // Head: 68.08% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #793 +/- ##
==========================================
- Coverage 68.19% 68.08% -0.12%
==========================================
Files 211 211
Lines 24102 24080 -22
==========================================
- Hits 16437 16395 -42
- Misses 6526 6550 +24
+ Partials 1139 1135 -4
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. |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: saintube, ZiMengSheng The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/milestone v1.1 |
Signed-off-by: Joseph joseph.t.lee@outlook.com
Ⅰ. Describe what this PR does
There are multiple implementations of cpuset in the current code, which are now refactored and integrated.
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test