Skip to content

Commit 8cdc476

Browse files
committed
build badge updat
1 parent adc797a commit 8cdc476

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ This sample demonstrates techniques for using Testspace with C# code and the [NU
88
***
99
Build using AppVeyor's Online CI:
1010

11-
[![Build status](https://ci.appveyor.com/api/projects/status/78g1co48hr5xq7wd?svg=true)](https://ci.appveyor.com/project/munderseth/csharp-nunit-mffbo)
11+
[![Build status](https://ci.appveyor.com/api/projects/status/1n2pyp8otedkeebq?svg=true)](https://ci.appveyor.com/project/munderseth/csharp-nunit)
1212

1313
***
1414
Publishing **Test Content** using www.testspace.com.
1515

16-
[![Space Health](https://samples.testspace.com/projects/94/spaces/343/badge)](https://samples.testspace.com/projects/94/spaces/343 "Test Cases")
17-
[![Space Metric](https://samples.testspace.com/projects/94/spaces/343/metrics/217/badge)](https://samples.testspace.com/spaces/343/schema/Code%20Coverage "Code Coverage (branches)")
18-
[![Space Metric](https://samples.testspace.com/projects/94/spaces/343/metrics/218/badge)](https://samples.testspace.com/spaces/343/schema/Code%20Coverage "Code Coverage (methods)")
19-
[![Space Metric](https://samples.testspace.com/projects/94/spaces/343/metrics/219/badge)](https://samples.testspace.com/spaces/343/schema/Code%20Coverage "Code Coverage (sequences)")
20-
[![Space Metric](https://samples.testspace.com/projects/94/spaces/343/metrics/220/badge)](https://samples.testspace.com/spaces/343/schema/Static%20Analysis "Static Analysis (issues)")
16+
[![Space Health](https://samples.testspace.com/projects/113/spaces/428/badge)](https://samples.testspace.com/projects/113/spaces/428 "Test Cases")
17+
[![Space Metric](https://samples.testspace.com/projects/113/spaces/428/metrics/228/badge)](https://samples.testspace.com/spaces/428/schema/Code%20Coverage "Code Coverage (branches)")
18+
[![Space Metric](https://samples.testspace.com/projects/113/spaces/428/metrics/229/badge)](https://samples.testspace.com/spaces/428/schema/Code%20Coverage "Code Coverage (methods)")
19+
[![Space Metric](https://samples.testspace.com/projects/113/spaces/428/metrics/231/badge)](https://samples.testspace.com/spaces/428/schema/Static%20Analysis "Static Analysis (issues)")
20+
2121
***
2222

2323
In order to run this sample you will need a host workstation with Visual Studio, the [Nunit](http://nunit.org/) test framework and the [OpenCover](https://github.com/OpenCover/opencover) coverage tool.
@@ -38,14 +38,14 @@ Publishing Test Content using **Testspace**:
3838
<pre>
3939
curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip
4040
7z x -y .\testspace-windows.zip
41-
estspace publish analysis.xml [Tests]TestResult.xml coverage.xml "master"
41+
testspace publish analysis.xml [Tests]TestResult.xml coverage.xml "master"
4242
</pre>
4343

4444
Checkout the [Testspace Project](https://samples.testspace.com/projects/csharp.nunit).
4545

4646
To fork this example using AppVeyor requires:
4747
- Account at www.testspace.com.
4848
- AppVeyor Environment Variable:
49-
- `TESTSPACE_TOKEN` = `credentials:@my-org-name.testspace.com/my-project`
49+
- `TESTSPACE_TOKEN` = `credentials@my-org-name.testspace.com/my-project`
5050
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
5151
- `my-org-name.testspace.com/my-project` based on your subdomain, and project names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.

0 commit comments

Comments
 (0)