coverage
Run pytest with coverage reporting on a feature or the full product.
Usage
splent coverage [MODULE_NAME] [--html]
Examples
Run coverage on all features:
splent coverage
Run coverage on a specific feature:
splent coverage splent_feature_auth
Generate an HTML report:
splent coverage --html
Options
| Option | Description |
|---|---|
MODULE_NAME |
Optional. Target a specific feature module. |
--html |
Generate an HTML coverage report in htmlcov/. |