[TIMOB-4910] iOS: Filter coverage from iOS to remove non-public APIs
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-05T10:33:59.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2011-32, Release 1.8.0 |
Components | iOS |
Labels | api, coverage |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-08-05T13:42:09.000+0000 |
Updated | 2011-12-09T15:14:34.000+0000 |
Description
Currently, the iOS API extraction tool extracts all APIs which match the function signature of those functions which are pubicly available. While this is useful for us to determine what we "accidentally" expose, these methods/properties need to be backlisted in a JSON file (or dictionary, or something) for the coverage script, so that we can get more accurate coverage numbers.
This is expected to be an ongoing task, handled weekly with Marshall during the parity meetings, but there will need to be an initial pass on existing coverage to blacklist stuff we can identify right now.
Re-resolving. This is an issue that tracks which APIs are published as part of the internal parity checks only.
coverage works