[TIMOB-5164] Categorize some iOS proxies as modules for coverage
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T20:39:06.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | coverage |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2011-08-29T15:19:49.000+0000 |
Updated | 2017-06-07T20:39:06.000+0000 |
Description
Currently, some submodules (and even modules?) are categorized as proxies in the generated iOS coverage. In particular, we need to ensure that the following are categorized as modules:
* Ti.App.Properties
* Ti.App.iOS
* Ti.Network.Socket
... Among many others. The entire coverage output should be skimmed and checked to make sure that proxies aren't duplicating module information, AND that those things which are submodules and iOS-only are being classified as modules.
Closing ticket due to time passed and lack of progress in the past 5 years.