Skip to content

Commit f7803d1

Browse files
committed
badges updated
1 parent 6e7368a commit f7803d1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ Sample demonstrates techniques for using Testspace with Ruby code and the [`rspe
77

88
***
99
Using Multiple Online CI Services:
10+
[![Build Status](https://travis-ci.org/testspace-samples/ruby.rspec.svg?branch=master)](https://travis-ci.org/testspace-samples/ruby.rspec)
11+
[![CircleCI](https://circleci.com/gh/testspace-samples/ruby.rspec.svg?style=svg)](https://circleci.com/gh/testspace-samples/ruby.rspec)
12+
[![Run Status](https://api.shippable.com/projects/5710e82e2a8192902e1c2199/badge?branch=master)](https://app.shippable.com/projects/5710e82e2a8192902e1c2199)
1013

11-
[![Build Status](https://travis-ci.org/munderseth/ruby.rspec.svg?branch=master)](https://travis-ci.org/munderseth/ruby.rspec)
12-
[![CircleCI](https://circleci.com/gh/munderseth/ruby.rspec.svg?style=svg)](https://circleci.com/gh/munderseth/ruby.rspec)
13-
[![Run Status](https://api.shippable.com/projects/57c59c86d69e8d0f0053cfd4/badge?branch=master)](https://app.shippable.com/projects/57c59c86d69e8d0f0053cfd4)
1414

1515
***
1616
Publishing **Test Content** using www.testspace.com.
1717

18-
[![Space Health](http://munderseth.stridespace.com/projects/271/spaces/906/badge)](http://munderseth.stridespace.com/projects/271/spaces/906 "Test Cases")
19-
[![Space Metric](http://munderseth.stridespace.com/projects/271/spaces/906/metrics/334/badge)](http://munderseth.stridespace.com/spaces/906/schema/Code%20Coverage "Code Coverage (lines)")
20-
[![Space Metric](http://munderseth.stridespace.com/projects/271/spaces/906/metrics/335/badge)](http://munderseth.stridespace.com/spaces/906/schema/Static%20Analysis "Static Analysis (issues)")
18+
[![Space Health](https://samples.testspace.com/projects/116/spaces/436/badge)](https://samples.testspace.com/projects/116/spaces/436 "Test Cases")
19+
[![Space Metric](https://samples.testspace.com/projects/116/spaces/436/metrics/257/badge)](https://samples.testspace.com/spaces/436/schema/Code%20Coverage "Code Coverage (lines)")
20+
[![Space Metric](https://samples.testspace.com/projects/116/spaces/436/metrics/258/badge)](https://samples.testspace.com/spaces/436/schema/Static%20Analysis "Static Analysis (issues)")
21+
2122

2223
***
2324

@@ -47,12 +48,13 @@ testspace @.testspace $TESTSPACE_TOKEN/$BRANCH_NAME
4748
</pre>
4849

4950

50-
Checkout the [Space](http://munderseth.stridespace.com/projects/ruby.rspec).
51+
Checkout the [Space](https://samples.testspace.com/projects/ruby.rspec).
5152

5253
***
5354
To replicate this sample:
5455
- Account at www.testspace.com.
55-
- Environment Variable called `TESTSPACE_TOKEN`:
56+
- CI Environment Variable called **TESTSPACE_TOKEN** required:
57+
- `TESTSPACE_TOKEN` = `[email protected]/my-project`
5658
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
57-
- `my-org-name.testspace.com/my-project/my-space` based on your subdomain, project, and space names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.
58-
59+
- `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.
60+

0 commit comments

Comments
 (0)