lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Collect test coverage data #9

Closed ncoghlan closed 2 days ago

ncoghlan commented 3 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 1 month ago

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