Skip to content

Commit ae40156

Browse files
authored
Add stats badge for Codecov.io in README.md (dsccommunity#235)
[skip ci] +semver:skip
1 parent 0b090c1 commit ae40156

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
6464
- Update the deploy stage so that it is skipped when merging
6565
branch master in forks.
6666
- Adding back publishing code coverage to Codecov.io.
67+
- Add stats badge for Codecov.io in README.md.
6768
- xClusterPreferredOwner
6869
- Fixed broken links to examples in README.md.
6970
- xClusterQuorum
@@ -75,7 +76,6 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
7576

7677
### Removed
7778

78-
- Removed the file `.codecov.yml` since Codecov is no longer used.
7979
- Removed the file `Deploy.PSDeploy.ps1` since it is not longer used by
8080
the build pipeline.
8181

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://dev.azure.com/dsccommunity/xFailOverCluster/_apis/build/status/dsccommunity.xFailOverCluster?branchName=master)](https://dev.azure.com/dsccommunity/xFailOverCluster/_build/latest?definitionId=5&branchName=master)
44
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/xFailOverCluster/5/master)
5+
[![codecov](https://codecov.io/gh/dsccommunity/xFailOverCluster/branch/master/graph/badge.svg)](https://codecov.io/gh/dsccommunity/xFailOverCluster)
56
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/xFailOverCluster/5/master)](https://dsccommunity.visualstudio.com/xFailOverCluster/_test/analytics?definitionId=5&contextType=build)
67
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/xFailOverCluster?label=xFailOverCluster%20Preview)](https://www.powershellgallery.com/packages/xFailOverCluster/)
78
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/xFailOverCluster?label=xFailOverCluster)](https://www.powershellgallery.com/packages/xFailOverCluster/)

0 commit comments

Comments
 (0)