Description
This is a build result without specifying the include
setting with .coveragerc
:
This is a build where I specified the include
setting:
Took me several hours until nail it down to this. I even modified the test_coverage.py
adding a setting for the include
directory:
And it still hanging on the same place, whether the setting is passed by unittesting.json
or by .coveragerc
. This only happens for the Sublime Text build. Build for other python versions work fine:
After experimenting, I notice it always hang on the penultimate test. For example, If there are 10 tests it will hang on the 9th test. If I remove 1 test, then it will hang on the 8th.
I even had modified the UnitTesting AppVeyor script adding a lot of prints, but it shows there is nothing to do with the powershell:
Apart this issue, I am trying to set the include
setting because codecov
is not finding my source code under all/debug_tools
directory:
Codecov thinks that the only source on the repository is the file setup.py
.