coveragepy icon indicating copy to clipboard operation
coveragepy copied to clipboard

coverage report error

Open SmartPycg opened this issue 3 years ago • 1 comments

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

image

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?

SmartPycg avatar Aug 12 '22 09:08 SmartPycg

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.

nedbat avatar Aug 12 '22 16:08 nedbat

Feel free to re-open this when you come back to it.

nedbat avatar Oct 21 '22 01:10 nedbat