Pavel Řežábek

Results 2 comments of Pavel Řežábek

Hi, I also have this problem. It is not happening consistently, using the `PYTEST_ADDOPTS="--cov --cov-report=html" python setup.py test` command line. Experiencing on wsl Ubuntu 20.04.5 with python 3.9.13, coverage==6.5.0, pytest-cov==2.7.1...

Hi, I figured out the problem with my .coverage file. I was launching my tests from a commandline in VSCode and due to some reason, VSCode was launching pytest discovery...