Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
This repository was archived by the owner on May 21, 2025. It is now read-only.

failed to exec coverage #71

Closed
Closed
@jayvdb

Description

@jayvdb

On Windows, if the Python "Scripts" directory is not in the PATH, and codecov is invoked like C:\...\Scripts\codecov, try_to_run will fail to exec coverage. The same could happen on Unix, but it is less likely.

This can be avoided a few ways, e.g. by calling coverage as a Python package, adding the "Scripts" directory to the PATH for the exec, using sys.executable -m coverage on Python 2.7+, etc.

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