Skip to content

Remove redundant .coveragerc file#355

Merged
Kludex merged 2 commits intosupport-python-314from
copilot/remove-coveragerc-file
Dec 26, 2025
Merged

Remove redundant .coveragerc file#355
Kludex merged 2 commits intosupport-python-314from
copilot/remove-coveragerc-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 26, 2025

Coverage configuration has been consolidated in pyproject.toml under [tool.coverage.run] and [tool.coverage.report] sections. The standalone .coveragerc file is now redundant.

Changes

  • Deleted .coveragerc file

The existing pyproject.toml configuration already defines:

  • Source packages to measure (mangum, tests)
  • Files to omit (mangum/_compat.py)
  • Report exclusion patterns (pragma directives, type checking blocks, etc.)
Original prompt

Pull Request: https://github.com/Kludex/mangum/pull/354/files

Can you delete the .coveragerc?


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove .coveragerc file from the project Remove redundant .coveragerc file Dec 26, 2025
@Kludex Kludex marked this pull request as ready for review December 26, 2025 20:17
Copilot AI requested a review from Kludex December 26, 2025 20:17
@Kludex Kludex merged commit 63d3f9f into support-python-314 Dec 26, 2025
@Kludex Kludex deleted the copilot/remove-coveragerc-file branch December 26, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants