APPENDCOV=$(shell test -s test_rerun.txt &&echo"-a")
test:
coverage run $(APPENDCOV)\
--source "duckbook,booking,api,accounts"\
manage.py test`cat test_rerun.txt`
coverage html
coverage report
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.