[TIMOB-7661] Coverage: Fix error in coverage generation script
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-24T11:06:49.000+0000 |
Affected Version/s | Release 1.8.0.1, Release 2.0.0 |
Fix Version/s | Sprint 2012-04, Release 2.0.0 |
Components | Tooling |
Labels | coverage |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2012-02-15T10:16:44.000+0000 |
Updated | 2017-03-06T18:27:57.000+0000 |
Description
Currently the coverage.py script is failing whenever it is run without arguments, which impedes us from automating and getting metrics about API docs and the APIs themselves.
To test this, you'll need to make sure you've recently done a full SDK build with scons. Afterwards, run:
When the script is finished executing, open the results in your browser and verify that only TDoc and Bindings are showing.
Closing ticket due to time passed.