Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pytest html coverage

# From root run the following command:
pytest --cov-report html --cov=<project dir> <tests dir>
Source by pytest-cov.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #pytest #html #coverage
ADD COMMENT
Topic
Name
2+8 =