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!