lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
178 stars 6 forks source link

Collect test coverage data #9

Closed ncoghlan closed 1 month ago

ncoghlan commented 4 months ago

The current pytest configuration doesn't have test coverage data collection enabled.

Ideally this would be available both locally (e.g. via https://pypi.org/project/pytest-cov/ ) and in CI.

ncoghlan commented 2 months ago

Also see https://hynek.me/articles/ditch-codecov-python/ for guidelines on effective integration into GitHub Actions.