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 57d4d88 commit 73faca6Copy full SHA for 73faca6
.testspace.xml
@@ -20,7 +20,7 @@ echo "$RESULTS_DIR/TEST-*.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