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
Add `pytest-cov` to `requirements-dev.txt` and enable coverage
reporting in `run_tests.py` by including `--cov` and `--cov-
report=xml` options. This provides insight into code coverage,
helping to identify areas lacking test coverage.
0 commit comments