pytest-cov
                                
                                 pytest-cov copied to clipboard
                                
                                    pytest-cov copied to clipboard
                            
                            
                            
                        Integration with pytest-watch
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