pytorch/tools/coverage_plugins_package
2025-06-20 06:19:05 +00:00
..
src/coverage_plugins [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
pyproject.toml [BE] fix PYPROJECT linting errors in test/ and tools/ (#156021) 2025-06-20 06:19:05 +00:00
README.md

What is this?

This folder hosts a minimal package for coverage plug-ins. Currently, the only plug-in is a JIT plug-in that helps coverage mark functions and methods passed through torch.jit.script and torch.jit.script_method as covered code.