Skip to content

Commit 5d727b6

Browse files
committed
removed meta option
1 parent 706db10 commit 5d727b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.testspace.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ testspace config url "token:@my-org-name.testspace.com/my-project"
2929
Publishing 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

3535
Checkout the [Space](https://samples.testspace.com/projects/python/spaces/unittest).

0 commit comments

Comments
 (0)