Skip to content

Remove .coveragerc (duplicated in pyproject.toml)#61

Merged
C-Achard merged 1 commit intomasterfrom
cy/remove-coveragerc
Mar 9, 2026
Merged

Remove .coveragerc (duplicated in pyproject.toml)#61
C-Achard merged 1 commit intomasterfrom
cy/remove-coveragerc

Conversation

@C-Achard
Copy link
Contributor

@C-Achard C-Achard commented Mar 9, 2026

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.

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.
@C-Achard C-Achard self-assigned this Mar 9, 2026
@C-Achard C-Achard added the enhancement New feature or request label Mar 9, 2026
@C-Achard C-Achard requested a review from deruyter92 March 9, 2026 12:52
Copy link
Contributor

@deruyter92 deruyter92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I'd also prefer the pyproject.toml to be the single source of truth. Good plan!

@C-Achard C-Achard merged commit bbd735b into master Mar 9, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants