Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/coverage_plugins/ | H | 25-Apr-2025 | - | 83 | 55 | |
README.md | H A D | 25-Apr-2025 | 249 | 4 | 2 | |
pyproject.toml | H A D | 25-Apr-2025 | 104 | 7 | 6 | |
setup.py | H A D | 25-Apr-2025 | 827 | 28 | 24 |
README.md
1# What is this? 2 3This 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. 4