-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix moniker marker #11071
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
base: main
Are you sure you want to change the base?
Fix moniker marker #11071
Conversation
@crnzgm : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 4c42013: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
Pull Request Overview
This PR fixes an incorrectly formatted moniker marker in the code coverage documentation that was being displayed on the page instead of properly marking content sections. The change consolidates two separate note blocks into a single note within the VS-2022 moniker range.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @Mikejo5000 |
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.
@crnzgm Thanks for the fix!
#sign-off |
There is an incorrect
::: moniker-end
marker which is shown on the page. This PR changes it to be the same as on https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/test/microsoft-code-coverage-console-tool.md and https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/test/customizing-code-coverage-analysis.md