django-coveragepy-github-action
django-coveragepy-github-action copied to clipboard
Run coverage.py with django test - Github Action
sudo pip3 install virtualenv cd /home/ec2-user/app virtualenv environment source environment/bin/activate sudo pip3 freeze > requirements.txt sudo pip3 install -r requirements.txt this is the code i have written in a bash...
The action requires that requirements.txt exist in the root folder. Maybe an extra parameter for requirements location is a good improvement?
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...
Hi, would love to use this action. Currently seeing this error ``` /bin/sh: 1: mysql_config: not found Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-91bjsonf/mysqlclient/setup.py", line...