pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

Integration with pytest-watch

Open brunolnetto opened this issue 1 year ago • 4 comments

Summary

I am able to run pytest in watch mode using package pytest-watch. However, when I want to see the code coverage with pytest-cov, I have to run command below. Can you provide a watch mode for pytest-cov as well

coverage run -m pytest
coverage report -m

brunolnetto avatar Oct 01 '24 12:10 brunolnetto