Skip to content

Reach 100% coverage of Python code #51

@godlygeek

Description

@godlygeek

Our make pycoverage command currently has --cov-fail-under=97 to fail the test suite if the Python code coverage level drops below 80%. Let's get that up to 100% (adding a # pragma: no cover for anything that's not reasonably testable), and update this to --cov-fail-under=100.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions