You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest --cov --cov-report html
coverage html # optional to create the coverage report
open htmlcov/index.html # optional to open the coverage report
coverage-badge -f -o coverage.svg # optional to update the coverage badge