From d60eba61ffa38ce0a60dfe3bec287b7fe145b99b Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 20 Aug 2024 18:41:13 +0200 Subject: [PATCH] Fix README.md (#2) --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb238a..1661d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Asserts: - `Assert-BlockString` (alias `Should-BeBlockString`) + +### Fixed + +- Updated README.md diff --git a/README.md b/README.md index 4920d54..352eaea 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Commands to convert Pester tests. -[![Build Status](https://dev.azure.com/viscalyx/Viscalyx.Assert/_apis/build/status/viscalyx.Viscalyx.Assert?branchName=main)](https://dev.azure.com/viscalyx/Viscalyx.Assert/_build/latest?definitionId=34&branchName=main) -![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/viscalyx/Viscalyx.Assert/34/main) +[![Build Status](https://dev.azure.com/viscalyx/Viscalyx.Assert/_apis/build/status/viscalyx.Viscalyx.Assert?branchName=main)](https://dev.azure.com/viscalyx/Viscalyx.Assert/_build/latest?definitionId=35&branchName=main) +![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/viscalyx/Viscalyx.Assert/35/main) [![codecov](https://codecov.io/gh/viscalyx/Viscalyx.Assert/branch/main/graph/badge.svg)](https://codecov.io/gh/viscalyx/Viscalyx.Assert) -[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/viscalyx/Viscalyx.Assert/34/main)](https://viscalyx.visualstudio.com/Viscalyx.Assert/_test/analytics?definitionId=34&contextType=build) +[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/viscalyx/Viscalyx.Assert/35/main)](https://viscalyx.visualstudio.com/Viscalyx.Assert/_test/analytics?definitionId=35&contextType=build) [![PowerShell Gallery (with prerelease)](https://img.shields.io/powershellgallery/vpre/Viscalyx.Assert?label=Viscalyx.Assert%20Preview)](https://www.powershellgallery.com/packages/Viscalyx.Assert/) [![PowerShell Gallery](https://img.shields.io/powershellgallery/v/Viscalyx.Assert?label=Viscalyx.Assert)](https://www.powershellgallery.com/packages/Viscalyx.Assert/)