| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Coverage.py fully supports configuration via pyproject.toml, and the project already defines all coverage settings under [tool.coverage]. Removing .coveragerc avoids duplicate configuration and potential precedence confusion, keeping a single source of truth for coverage settings.
There was a problem hiding this comment.
Agreed. I'd also prefer the pyproject.toml to be the single source of truth. Good plan!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Coverage.py fully supports configuration via pyproject.toml, and the project already defines all coverage settings under [tool.coverage]. Removing .coveragerc avoids duplicate configuration and potential precedence confusion, keeping a single source of truth for coverage settings.