Sync Mu DevOps Files, add new cargo checks, and fix resulting errors - #739
Merged
Michael Kubacki (makubacki) merged 9 commits intoAug 25, 2025
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev/202502 #739 +/- ##
=============================================
Coverage ? 11.47%
=============================================
Files ? 136
Lines ? 22094
Branches ? 2514
=============================================
Hits ? 2536
Misses ? 19526
Partials ? 32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Aaron (apop5)
approved these changes
Aug 21, 2025
Mathieu Gravel (magravel)
marked this pull request as ready for review
August 21, 2025 16:34
Mathieu Gravel (magravel)
force-pushed
the
magravel/fix-for-devops-sync
branch
6 times, most recently
from
August 21, 2025 23:22
ff125f8 to
dba5893
Compare
Member
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 739 in repo microsoft/mu_plus |
Member
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Michael Kubacki (makubacki)
force-pushed
the
magravel/fix-for-devops-sync
branch
from
August 22, 2025 17:33
c1e566b to
bcac1d9
Compare
Member
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Member
|
Mathieu Gravel (@magravel), please fill in the "How this was tested section" in the PR description. |
Michael Kubacki (makubacki)
approved these changes
Aug 25, 2025
Michael Kubacki (makubacki)
approved these changes
Aug 25, 2025
Michael Kubacki (makubacki)
merged commit Aug 25, 2025
d6b4cca
into
microsoft:dev/202502
30 checks passed
mu-automation Bot
pushed a commit
that referenced
this pull request
Aug 25, 2025
…ing errors (#739) ## Description This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR. The file sync commit was cherry-picked from this pull request: #737 - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ). ## Integration Instructions N/A Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Aaron (apop5)
pushed a commit
to apop5/mu_plus
that referenced
this pull request
Sep 11, 2025
…icrosoft#739) ## Description This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR. The file sync commit was cherry-picked from this pull request: microsoft#737 - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ). ## Integration Instructions N/A Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Aaron (apop5)
pushed a commit
to apop5/mu_plus
that referenced
this pull request
Sep 11, 2025
…icrosoft#739) ## Description This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR. The file sync commit was cherry-picked from this pull request: microsoft#737 - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ). ## Integration Instructions N/A Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Joey Vagedes (Javagedes)
pushed a commit
that referenced
this pull request
Sep 17, 2025
…739) This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR. The file sync commit was cherry-picked from this pull request: #737 - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ). N/A Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Aaron (apop5)
pushed a commit
to apop5/mu_plus
that referenced
this pull request
Sep 17, 2025
…icrosoft#739) ## Description This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR. The file sync commit was cherry-picked from this pull request: microsoft#737 - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ). ## Integration Instructions N/A Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Aaron (apop5)
pushed a commit
that referenced
this pull request
Sep 18, 2025
…739) ## Description This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR. The file sync commit was cherry-picked from this pull request: #737 - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ). ## Integration Instructions N/A Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR.
The file sync commit was cherry-picked from this pull request: #737
How This Was Tested
This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ).
Integration Instructions
N/A