You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates all references to the SonarCloud project from the old aweXpect_Mockolate identifier to the new Testably_Mockolate identifier, ensuring consistency across documentation, build scripts, and badges.
SonarCloud project reference updates:
Updated SonarCloud badge URLs in README.md to use the Testably_Mockolate project identifier instead of aweXpect_Mockolate.
Changed the SonarCloud project key in the static code analysis section of CONTRIBUTING.md to Testably_Mockolate.
Modified the Build.CodeAnalysis.cs pipeline script to set the SonarCloud project key to Testably_Mockolate.
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates SonarCloud references from the old aweXpect project key to the new Testably project key across the build configuration and contributor-facing documentation. It fits into the repository’s broader Testably migration by aligning CI analysis metadata and badge links with the current project identity.
Changes:
Updated the SonarCloud badge links in README.md to use Testably_Mockolate.
Updated the SonarCloud link in CONTRIBUTING.md to point to the new project key.
Changed the Nuke build’s SonarScanner project key in Pipeline/Build.CodeAnalysis.cs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File
Description
README.md
Updates SonarCloud badge URLs to the new project key.
Pipeline/Build.CodeAnalysis.cs
Repoints the SonarScanner configuration at the new SonarCloud project key.
CONTRIBUTING.md
Updates the contributor guide’s SonarCloud reference to the new project page.
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
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.
This pull request updates all references to the SonarCloud project from the old
aweXpect_Mockolateidentifier to the newTestably_Mockolateidentifier, ensuring consistency across documentation, build scripts, and badges.SonarCloud project reference updates:
README.mdto use theTestably_Mockolateproject identifier instead ofaweXpect_Mockolate.CONTRIBUTING.mdtoTestably_Mockolate.Build.CodeAnalysis.cspipeline script to set the SonarCloud project key toTestably_Mockolate.