summaryrefslogtreecommitdiffstats
path: root/testapi
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-11-20 07:37:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-20 07:37:43 +0000
commitaa0a042dcec19e6dd6b3957581ff056ced6f91b0 (patch)
tree18e16f8ff9259b2833b2038c35228389cdea7792 /testapi
parent8fa45d975f1a9321ca76b12fe0c4b5aa58566164 (diff)
parenta03b553eacdc931afe9856c6822ea124f4f1ed24 (diff)
Merge "Adding cobertura support for UI coverage"
Diffstat (limited to 'testapi')
-rw-r--r--testapi/opnfv_testapi/ui/Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/Gruntfile.js b/testapi/opnfv_testapi/ui/Gruntfile.js
index ab59475..d6a2f47 100644
--- a/testapi/opnfv_testapi/ui/Gruntfile.js
+++ b/testapi/opnfv_testapi/ui/Gruntfile.js
@@ -152,6 +152,7 @@ module.exports = function (grunt) {
makeReport: {
src: '../tests/UI/coverage/*.json',
options: {
+ type: 'cobertura',
print: 'detail'
}
}