Skip to content

Commit 35930ff

Browse files
committed
using echo for coverage
1 parent d9ab88c commit 35930ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.testspace.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "$RESULTS_DIR/TEST-TestSuite.xml" > ${self.result}]]>
2020
</suite>
2121
<suite name="Coverage" state="1" id=".sh" description="Code coverage based on latest run. Review the ==Reports== tab for historical tracking">
2222
<attributes>
23-
<![CDATA[mv "$COVERAGE_DIR/coverage.xml" ${self.result}]]>
23+
<![CDATA[echo "$COVERAGE_DIR/coverage.xml" > ${self.result}]]>
2424
</attributes>
2525
</suite>
2626
</root>

0 commit comments

Comments
 (0)