Record test coverage with pytest-cov?
#4
by
AINovice2005
- opened
pytest-cov is a useful plugin for pytest that can help record test coverage for a project. It can also generate stat reports describing the percentage of coverage, making it useful for expanding coverage of test where needed. I believe that adding this into transformers can help monitor tests more effectively. WDYT?