Skip to content

GitHub action never stops running if coverage doesn't take app name #2

@matthew-osidon

Description

@matthew-osidon

Hi there

First, thanks for building this action - it is very useful.

I've tried tweaking this so that coverage runs tests for the entire django project and I'm getting strange results. Once the workflow reaches this action, it runs infinitely (over an hour) every time. So the command I'm running is:

coverage run --source "${APP_LOCATION}" manage.py test

Do you have any idea why this would happen?

Running this exact command locally has no issues.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions