From 640303a9591ebfce53dfe1f86ee8d08ad8c825c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Sun, 3 May 2026 07:04:46 +0200 Subject: [PATCH] refactor: update SonarCloud project key references from aweXpect to Testably --- CONTRIBUTING.md | 2 +- Pipeline/Build.CodeAnalysis.cs | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd786b08..768970ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ All code should be covered by unit tests and comply with the coding guideline in As a framework for supporting unit testing, this project has a high standard for testing itself. In order to support this, static code analysis is performed -using [SonarCloud](https://sonarcloud.io/summary/overall?id=aweXpect_Mockolate&branch=main) with quality gate requiring +using [SonarCloud](https://sonarcloud.io/summary/overall?id=Testably_Mockolate&branch=main) with quality gate requiring to - solve all issues reported by SonarCloud diff --git a/Pipeline/Build.CodeAnalysis.cs b/Pipeline/Build.CodeAnalysis.cs index 8509ebe8..771891df 100644 --- a/Pipeline/Build.CodeAnalysis.cs +++ b/Pipeline/Build.CodeAnalysis.cs @@ -17,7 +17,7 @@ partial class Build { SonarScannerTasks.SonarScannerBegin(s => s .SetOrganization("awexpect") - .SetProjectKey("aweXpect_Mockolate") + .SetProjectKey("Testably_Mockolate") .AddVSTestReports(TestResultsDirectory / "*.trx") .AddOpenCoverPaths(TestResultsDirectory / "reports" / "OpenCover.xml") .SetPullRequestOrBranchName(GitHubActions, GitVersion) diff --git a/README.md b/README.md index 79484b42..0e2b6663 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![Nuget](https://img.shields.io/nuget/v/Mockolate)](https://www.nuget.org/packages/Mockolate) [![Build](https://github.com/Testably/Mockolate/actions/workflows/build.yml/badge.svg)](https://github.com/Testably/Mockolate/actions/workflows/build.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=aweXpect_Mockolate&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=aweXpect_Mockolate) -[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=aweXpect_Mockolate&metric=coverage)](https://sonarcloud.io/summary/overall?id=aweXpect_Mockolate) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Testably_Mockolate&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Testably_Mockolate) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Testably_Mockolate&metric=coverage)](https://sonarcloud.io/summary/overall?id=Testably_Mockolate) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FTestably%2FMockolate%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/Testably/Mockolate/main) **Mockolate** is a modern, strongly-typed, AOT-compatible mocking library for .NET, powered by source generators.