diff --git a/config.json b/config.json
index 93bca0e..02627fa 100644
--- a/config.json
+++ b/config.json
@@ -1,7 +1,7 @@
{
"name": "Feature Test Case Coverage Report",
"sdk": "2.1",
- "version": "0.1",
+ "version": "1.0.1",
"className": "CArABU.app.TSApp",
"artifact": "F425"
}
diff --git a/deploy/App.txt b/deploy/App.txt
index 93d1dfb..e6a81bd 100644
--- a/deploy/App.txt
+++ b/deploy/App.txt
@@ -1,15 +1,15 @@
- CATS-Feature Test Case Coverage Report-0.1
+ CATS-Feature Test Case Coverage Report-1.0.1
-
+
@@ -1384,6 +1384,8 @@ Ext.define("CArABU.app.TSApp", {
r.set('Failing', totalFail);
r.set('NoRun', totalNoRun);
r.set('Other', totalOther);
+ r.set('TotalStories', totalStories);
+ r.set('TotalCovered', totalCovered);
});
me.resumeLayouts();
},
diff --git a/deploy/Ugly.txt b/deploy/Ugly.txt
index a3bd770..ffb8700 100644
--- a/deploy/Ugly.txt
+++ b/deploy/Ugly.txt
@@ -1,15 +1,15 @@
- CATS-Feature Test Case Coverage Report-0.1
+ CATS-Feature Test Case Coverage Report-1.0.1
-
+
@@ -20,7 +20,7 @@