Changes between Initial Version and Version 1 of Ticket #2297


Ignore:
Timestamp:
2014-09-10T08:35:02Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2297 – Description

    initial v1  
    1 Currently, coverage reports underestimate covered code in some places (this particularly affects the code for running nodes) because only Python code directly executed by `coverage run` is measured.
     1Currently, coverage reports underestimate covered code in some places (this particularly affects the code for starting nodes) because only Python code directly executed by `coverage run` is measured.
    22
    33`coverage` has a feature to measure the code running in multiple processes and then combine the measurements: