Skip to content

chore: make clean should remove test artifacts #22

Description

@adamdaw

`make clean` and `make clean-all` remove generated PDFs/HTML/DOCX but do not clean test and coverage artifacts.

Files not cleaned

  • `coverage/` (bashcov HTML + Cobertura XML)
  • `.pytest_cache/`
  • `pycache/`
  • `luacov.stats.out` / `luacov.report.out` (if luacov is ever added)

Acceptance Criteria

  • `make clean` removes coverage/ and .pytest_cache/
  • Or add a dedicated `make clean-test` target
  • Document in make help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions