We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ab88c commit 35930ffCopy full SHA for 35930ff
.testspace.xml
@@ -20,7 +20,7 @@ echo "$RESULTS_DIR/TEST-TestSuite.xml" > ${self.result}]]>
20
</suite>
21
<suite name="Coverage" state="1" id=".sh" description="Code coverage based on latest run. Review the ==Reports== tab for historical tracking">
22
<attributes>
23
- <![CDATA[mv "$COVERAGE_DIR/coverage.xml" ${self.result}]]>
+ <![CDATA[echo "$COVERAGE_DIR/coverage.xml" > ${self.result}]]>
24
</attributes>
25
26
</root>
0 commit comments