coveragepy
coveragepy copied to clipboard
coverage report error
Hi,I am interested in your project and want to count your test code's coverage but I failed to generate coverage report.

I used the following commands in python:3.7 docker:
python setup.py install
pip install -r requirements/dev.txt
pip install -r requirements/docs.txt
pip install -r requirements/tests.txt
pip install -r requirements/typing.txt
coverage run -m pytest tests
coverage report
Can you help me?
I can't help with this error unless you provide full details of how to reproduce it. What project are you running? You've shown python setup.py install, but I don't know what repo/project that is being run in.
Feel free to re-open this when you come back to it.