I am executing test cases with tox with nosetests and coverage. I am using the command as "nosetests -v --with-xunit --xunit-file=nosetests.xml --cover-inclusive"
without --cover-inclusive argument coverage report shows actual coverage percentage. But with --cover-inclusive coverage report shows 0% with some modules.
SO how can I discover the holes in test coverage. Can anyone suggest me?
I am not getting any error about the above.Only coverage report shows 0%.