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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
# Erase previously collected coverage statistics before run
cover-erase=TRUE
# Produce XML coverage information
cover-xml=TRUE
# Produce HTML coverage information
cover-html=TRUE
# Include all python files under working directory in coverage report. Useful for discovering holes in test coverage if not all files are imported by the test suite.