77Sample demonstrates techniques for using Testspace with Java code and the [ JUnit] ( http://junit.org/ ) .
88 * Using a Testspace Project that is ` connected ` with this GitHub Repo
99 * Using 3 Online CI services for demonstration purposes only
10- * Can review the Results at [ testspace-samples: java .junit] ( https://samples.testspace.com/projects/testspace-samples:java.junit )
11- * Refer to our [ Getting Started ] ( https://help.testspace.com/getting-started ) help articles for more information
10+ * Can review the Results at [ testspace-samples: java .junit] ( https://samples.testspace.com/projects/testspace-samples:java.junit )
11+ * Refer to our [ Help ] ( https://help.testspace.com/ ) for more information
1212
1313***
1414Using Multiple Online CI Services:
1515
16+ ![ Build] ( https://github.com/testspace-samples/java.junit/workflows/Build/badge.svg )
1617[ ![ Build Status] ( https://travis-ci.org/testspace-samples/java.junit.svg?branch=master )] ( https://travis-ci.org/testspace-samples/java.junit )
1718[ ![ CircleCI] ( https://circleci.com/gh/testspace-samples/java.junit.svg?style=svg )] ( https://circleci.com/gh/testspace-samples/java.junit )
18- [ ![ Run Status] ( https://api.shippable.com/projects/5a1068f8e366a70700f78952/badge?branch=master )] ( https://app.shippable.com/projects/5a1068f8e366a70700f78952 )
1919
2020***
2121Publishing ** Test Content** using www.testspace.com .
@@ -26,7 +26,7 @@ Publishing **Test Content** using www.testspace.com.
2626
2727***
2828
29- Download and configure the Testspace client
29+ Download and configure the Testspace client
3030
3131<pre >
3232mkdir -p $HOME/bin
@@ -39,12 +39,12 @@ Build examples:
3939
4040<pre >
4141 mvn clean compile
42- mvn pmd:pmd
42+ mvn pmd:pmd
4343 mvn cobertura:cobertura -Dcobertura.report.format=xml
4444</pre >
4545
46- Push Content using Testspace client
46+ Push Content using Testspace client
4747
4848<pre >
4949testspace target/pmd.xml [Tests]target/surefire-reports/TEST*.xml target/site/cobertura/coverage.xml
50- </pre >
50+ </pre >
0 commit comments