Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix README.md
Browse files Browse the repository at this point in the history
johlju authored Aug 20, 2024
1 parent 9d3a7eb commit d908792
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit d908792

Please sign in to comment.