I am getting an error promoting [WARN] Module 'module_name' was not imported by the covered tests
in pybuild python coverage plugin.
I can't see my scripts in coverage report and build got success with high coverage rate showing 100% coverage in __init__.py
scripts.
I have written some unit tests to some of my modules and executed in pyunit
.
But the coverage report does not contain that information. When I disable
unittesting
report is generated for all the scripts.
what is the problem with this.