Skip to content

Add pytest-cov package #6

@jpchauvel

Description

@jpchauvel

Using uv add the pytest-cov package to be able to run tests with test coverage.

To add the package:

uv add --group dev pytest-cov

To run the plugin using pytest:

uv run pytest --cov=src --cov-report=term-missing

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions