Description
Coverage reports can show which parts of compiled programs, Python scripts, and shell scripts ran during tests.
It is useful for developers who need to see which code paths are exercised by tests. Coverage tools execute target programs, so run them only on trusted code and review generated reports before publishing paths or source snippets.