File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 <suite name =" Tests" state =" 1" id =" .sh" description =" run **all** of the unit tests" >
1010 <attributes >
1111 <![CDATA[ nose2 -X -C --coverage-report xml
12- echo "$PWD/nose2.xml{test} " > ${self.result}]]>
12+ echo "$PWD/nose2.xml" > ${self.result}]]>
1313 </attributes >
1414 </suite >
1515 <suite name =" Coverage" state =" 1" id =" .sh" description =" Code coverage based on latest run. Review the ==Reports== tab for historical tracking" >
@@ -18,4 +18,4 @@ echo "$PWD/nose2.xml{test}" > ${self.result}]]>
1818 </attributes >
1919 </suite >
2020 </root >
21- </schema >
21+ </schema >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ testspace config url "token:@my-org-name.testspace.com/my-project"
2929Publishing results example:
3030
3131<pre >
32- testspace publish [Tests]nose2.xml{test} coverage.xml "my-reports-only-space"
32+ testspace publish [Tests]nose2.xml coverage.xml "my-reports-only-space"
3333</pre >
3434
3535Checkout the [ Space] ( https://samples.testspace.com/projects/python/spaces/unittest ) .
You can’t perform that action at this time.
0 commit comments