Closed ncoghlan closed 1 month ago
The current pytest configuration doesn't have test coverage data collection enabled.
pytest
Ideally this would be available both locally (e.g. via https://pypi.org/project/pytest-cov/ ) and in CI.
Also see https://hynek.me/articles/ditch-codecov-python/ for guidelines on effective integration into GitHub Actions.
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.