Skip to content

[C3] No coverage measurement anywhere #293

Description

@DsThakurRawat

Labels: ci, testing, priority:medium
File: pyproject.toml:176 (dev extra has no pytest-cov), pytest.yml:45 (no --cov), no [tool.coverage], no codecov config

Description. Zero coverage tooling across 223 test files / ~110k LOC src.

Why it matters. No visibility into what fraction of src is exercised; new modules land untested unnoticed; the many receipt/hardware-skipped tests silently shrink real coverage.

Tasks.

  • Add pytest-cov to dev; run pytest --cov=tether --cov-report=xml; add [tool.coverage.run]; optionally a threshold or Codecov upload.

Dedup. Not covered.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions