Changes between Initial Version and Version 1 of Ticket #2297
- Timestamp:
- 2014-09-10T08:35:02Z (10 years ago)
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.1 Currently, 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. 2 2 3 3 `coverage` has a feature to measure the code running in multiple processes and then combine the measurements: