diff options
| author | saurabh <saurabhrai1717@gmail.com> | 2025-08-26 00:18:42 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-12-07 09:06:32 -0500 |
| commit | e726254a380f2a35a2fcf71143e96cb5987d8102 (patch) | |
| tree | 4dee6cda97aee9550f0ad88fa43f6640f1f10e29 /docs/internals/contributing/writing-code/submitting-patches.txt | |
| parent | fd4c5fa3edb1fa3f968085a7cb8b3e19f5646105 (diff) | |
Refs #36620 -- Added contributor documentation for code coverage reports.
This was included in the original reverted patch:
a89183e63844a937aacd3ddb73c4952ef869d2cc
Follow-up to 26b0e2bb92caf2d16cabe455792350f20d6f42ca.
Diffstat (limited to 'docs/internals/contributing/writing-code/submitting-patches.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 841a2109dc..428acffba1 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -438,6 +438,9 @@ All code changes * If the change is backwards incompatible in any way, is there a note in the release notes (``docs/releases/A.B.txt``)? * Is Django's test suite passing? +* If there is a :ref:`code coverage report <code-coverage-on-pull-requests>` + comment on the pull request, have you reviewed the missing coverage in + context (considering database/platform-specific limitations)? * If the change affects the Django admin or rendered HTML output, has :ref:`accessibility testing <accessibility-testing-baseline>` been done? |
