Skip to content

Commit 6441f31

Browse files
committed
Added CodeCov.io badges
1 parent 69f3b58 commit 6441f31

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# xComputerManagement
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/cg28qxeco39wgo9l/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xcomputermanagement/branch/master)
3+
master: [![Build status](https://ci.appveyor.com/api/projects/status/cg28qxeco39wgo9l/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xCertificate/branch/master)
4+
[![codecov](https://codecov.io/gh/PowerShell/xCertificate/branch/master/graph/badge.svg)](https://codecov.io/gh/PowerShell/xCertificate)
5+
6+
dev: [![Build status](https://ci.appveyor.com/api/projects/status/cg28qxeco39wgo9l/branch/dev?svg=true)](https://ci.appveyor.com/project/PowerShell/xcomputermanagement/branch/dev)
7+
[![codecov](https://codecov.io/gh/PowerShell/xcomputermanagement/branch/dev/graph/badge.svg)](https://codecov.io/gh/PowerShell/xCertificate)
48

59
The **xComputerManagement** module contains the following resources:
610

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ build: false
2222
test_script:
2323
- ps: |
2424
Invoke-AppveyorTestScriptTask `
25-
-CodeCoverage
25+
-CodeCoverage `
26+
-CodeCovIo
2627
2728
#---------------------------------#
2829
# deployment configuration #

0 commit comments

Comments
 (0)