Displaying of instrumented files in summary tab

Questions, problems, suggestions, bug reports, and so on.
Post Reply
AishDa
Posts: 1
Joined: 2012-06-15 6:30 pm

Displaying of instrumented files in summary tab

Post by AishDa »

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
Attachments
Directory Folder Structure
Directory Folder Structure
Sencha.png (9.42 KiB) Viewed 31007 times
Ed
Posts: 120
Joined: 2008-10-11 6:52 pm

Re: Displaying of instrumented files in summary tab

Post by Ed »

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.
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.)
Post Reply