alexmojaki / alexmojaki/executing
Include new library files in coverage measurement
Open
- Dominant language
- Python
- Stars
- 401
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Currently GHA has `coverage run --include=executing/executing.py ` which doesn't measure coverage in the recently added files in the `executing` folder. The original motivation was lines in `__init__.py` that would never be covered, but that should be handled by a `# pragma: no cover` comment or something.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.