]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106690: Add a .coveragerc file to the CPython repository (#8150)
authorAmmar Askar <ammar@ammaraskar.com>
Thu, 13 Jul 2023 15:45:21 +0000 (11:45 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 15:45:21 +0000 (11:45 -0400)
commit2f3ee02c22c4b42bf6075a75104c3cfbb4eb4c86
tree2bded28524fbec90e1766ce2dec7c5a1463b40f4
parent487861c6aef2fbcd92ccabb05ea1b57d18299b29
gh-106690: Add a .coveragerc file to the CPython repository (#8150)

The added file is the coverage default at some point in time + checking branches both ways + IDLE additions, labelled as such and somewhat designed to be unlikely to affect other files.  Located in the CPython repository directory, it can be used where it is or copied elsewhere, depending on how one runs coverage.
---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
.coveragerc [new file with mode: 0644]
Misc/NEWS.d/next/Tests/2023-07-12-14-07-07.gh-issue-106690.NDz-oG.rst [new file with mode: 0644]