Commit ae40156 1 parent 0b090c1 commit ae40156 Copy full SHA for ae40156
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
64
64
- Update the deploy stage so that it is skipped when merging
65
65
branch master in forks.
66
66
- Adding back publishing code coverage to Codecov.io.
67
+ - Add stats badge for Codecov.io in README.md.
67
68
- xClusterPreferredOwner
68
69
- Fixed broken links to examples in README.md.
69
70
- xClusterQuorum
@@ -75,7 +76,6 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
75
76
76
77
### Removed
77
78
78
- - Removed the file ` .codecov.yml ` since Codecov is no longer used.
79
79
- Removed the file ` Deploy.PSDeploy.ps1 ` since it is not longer used by
80
80
the build pipeline.
81
81
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
![ 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 )
5
6
[ ![ 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 )
6
7
[ ![ PowerShell Gallery (with prereleases)] ( https://img.shields.io/powershellgallery/vpre/xFailOverCluster?label=xFailOverCluster%20Preview )] ( https://www.powershellgallery.com/packages/xFailOverCluster/ )
7
8
[ ![ PowerShell Gallery] ( https://img.shields.io/powershellgallery/v/xFailOverCluster?label=xFailOverCluster )] ( https://www.powershellgallery.com/packages/xFailOverCluster/ )
You can’t perform that action at this time.
0 commit comments