Skip to content

Commit

Permalink
Fix status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Feb 1, 2024
1 parent ef7917d commit aedefc9
Show file tree
Hide file tree
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
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Status badges updated.

### Added

- Added command `Start-PSResourceGetBootstrap`.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Simplify bootstrapping the module _Microsoft.PowerShell.PSResourceGet_ on systems.

[![Build Status](https://dev.azure.com/viscalyx/PSResourceGet.Bootstrap/_apis/build/status/viscalyx.PSResourceGet.Bootstrap?branchName=main)](https://dev.azure.com/viscalyx/PSResourceGet.Bootstrap/_build/latest?definitionId=11&branchName=main)
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/viscalyx/PSResourceGet.Bootstrap/11/main)
[![Build Status](https://dev.azure.com/viscalyx/PSResourceGet.Bootstrap/_apis/build/status/viscalyx.PSResourceGet.Bootstrap?branchName=main)](https://dev.azure.com/viscalyx/PSResourceGet.Bootstrap/_build/latest?definitionId=32&branchName=main)
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/viscalyx/PSResourceGet.Bootstrap/32/main)
[![codecov](https://codecov.io/gh/viscalyx/PSResourceGet.Bootstrap/branch/main/graph/badge.svg)](https://codecov.io/gh/viscalyx/PSResourceGet.Bootstrap)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/viscalyx/PSResourceGet.Bootstrap/11/main)](https://dsccommunity.visualstudio.com/PSResourceGet.Bootstrap/_test/analytics?definitionId=11&contextType=build)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/viscalyx/PSResourceGet.Bootstrap/32/main)](https://dsccommunity.visualstudio.com/PSResourceGet.Bootstrap/_test/analytics?definitionId=32&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/PSResourceGet.Bootstrap?label=PSResourceGet.Bootstrap%20Preview)](https://www.powershellgallery.com/packages/PSResourceGet.Bootstrap/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/PSResourceGet.Bootstrap?label=PSResourceGet.Bootstrap)](https://www.powershellgallery.com/packages/PSResourceGet.Bootstrap/)

Expand Down

0 comments on commit aedefc9

Please sign in to comment.