Hi,
I am developing an application on Sencha Touch platform.
When I use the jscoverage commamnd on the Project Folder, it creates the instrumented files.
The problem is, in the summary tab only those files are displayed which are in the same directory as index.html.
My directory structure is in the attachment:
Is there any way I can display these files in the summary tab??
Kindly guide..
Thanks&Regards
Displaying of instrumented files in summary tab
-
- Posts: 1
- Joined: 2012-06-15 6:30 pm
Displaying of instrumented files in summary tab
- Attachments
-
- Directory Folder Structure
- Sencha.png (9.42 KiB) Viewed 28427 times
-
- Posts: 120
- Joined: 2008-10-11 6:52 pm
Re: Displaying of instrumented files in summary tab
It should automatically display all files in the summary tab, including files in subfolders. I'm not sure why these files would not be displayed for your project. Possibly these files are not getting executed at all (i.e., coverage is 0%)? (If a file is never executed at all, it will not be displayed in the summary tab.)AishDa wrote:Hi,
I am developing an application on Sencha Touch platform.
When I use the jscoverage commamnd on the Project Folder, it creates the instrumented files.
The problem is, in the summary tab only those files are displayed which are in the same directory as index.html.