Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +14 to 15

- solve all issues reported by SonarCloud
Expand Down
2 changes: 1 addition & 1 deletion Pipeline/Build.CodeAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading