Skip to content

Commit fb59857

Browse files
author
Krum Motsov
committed
Fix path to reports
1 parent bda3813 commit fb59857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.testspace.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</suite>
99
<suite name="Tests" state="1" id=".sh" description="run **all** of the unit tests">
1010
<attributes>
11-
<![CDATA[gulp build; echo "$PWD/test/junitresults.xml" > ${self.result}]]>
11+
<![CDATA[gulp build; echo "$PWD/test/reports/junitresults.xml" > ${self.result}]]>
1212
</attributes>
1313
</suite>
1414
<suite name="Coverage" state="1" id=".sh" description="Code coverage based on latest run. Review the ==Reports== tab for historical tracking">
1515
<attributes>
16-
<![CDATA[echo "$PWD/test/coverage/clover.xml" > ${self.result}]]>
16+
<![CDATA[echo "$PWD/test/reports/coverage/clover.xml" > ${self.result}]]>
1717
</attributes>
1818
</suite>
1919
</root>

0 commit comments

Comments
 (0)