Closed ktdreyer closed 3 years ago
coverage.py needs this __init__.py file before it will collect any data.
coverage.py
__init__.py
Prior to this change, coverage.py would report zero coverage for all files, and it would print the following warning:
Coverage.py warning: No data was collected. (no-data-collected)
Could not review pull request. It may be too large, or contain no reviewable changes.
coverage.py
needs this__init__.py
file before it will collect any data.Prior to this change,
coverage.py
would report zero coverage for all files, and it would print the following warning: