Skip to content

The process is hanging when using .coveragerc with include or source setting #136

Open
@evandrocoan

Description

@evandrocoan

This is a build result without specifying the include setting with .coveragerc:

  1. https://ci.appveyor.com/project/evandrocoan/pythondebugtools/build/job/sv5bkd8110pbx86o

This is a build where I specified the include setting:

  1. https://ci.appveyor.com/project/evandrocoan/pythondebugtools/builds/19475948/job/l7n8b10ucl1mwgr6

Took me several hours until nail it down to this. I even modified the test_coverage.py adding a setting for the include directory:

  1. evandrocoan@df1d578

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:
image

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:

  1. https://ci.appveyor.com/project/evandrocoan/pythondebugtools/builds/19471148/job/224gt46h8qv0kq6a

Apart this issue, I am trying to set the include setting because codecov is not finding my source code under all/debug_tools directory:

  1. image
  2. https://codecov.io/gh/evandrocoan/DebugTools

Codecov thinks that the only source on the repository is the file setup.py.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions