coverage
https://pypi.org/project/coverage/
coverage.py とも
Coverage.py measures code coverage, typically during test execution.
coverage run -m unittest discover
coverage run -m pytest arg1 arg2 arg3
https://github.com/nedbat/coveragepy
https://coverage.readthedocs.io/en/stable/