We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e82fd commit 90a329fCopy full SHA for 90a329f
1 file changed
.testspace
@@ -1,5 +1,12 @@
1
-## Test Content files to publish
2
-$CI_REPORTS/jshint.xml
+# Test Content files to publish
+
3
+# "Static Analyis"
4
$CI_REPORTS/jscs.xml
5
+$CI_REPORTS/jshint.xml
6
7
+# "Tests"
8
[Tests]$CI_REPORTS/junitresults.xml{test}
9
10
+# "Code Coverage"
11
$CI_REPORTS/coverage/clover.xml
12
+[Code Coverage]+$CI_REPORTS/coverage/clover.xml{attaching actual content for example only}
0 commit comments