| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I want to talk to you, and I want you to stop putting "Verification" steps in these PRs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #1979.
Problem
coverage combine reloads configured plugins before it makes the current working directory importable. Projects that keep a local plugin next to pyproject.toml can run coverage run, but coverage combine then fails with ModuleNotFoundError for that same plugin.
Solution
Add the current directory to sys.path for the combine command before plugin loading starts, matching the existing behavior used by the reporting commands.