From fee2cb2d6dfefad614b27e659f5648c793006ef8 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 12 Feb 2026 15:31:15 -0500 Subject: Refs #36620 -- Removed stray + from coverage comment workflow step. --- .github/workflows/coverage_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml index 287cc558b5..02b16efbb1 100644 --- a/.github/workflows/coverage_comment.yml +++ b/.github/workflows/coverage_comment.yml @@ -52,7 +52,7 @@ jobs: } const commentBody = ( '#### Uncovered lines in changed files\n\n```\n' + body + '```\n' + - + '**Note:** Missing lines are warnings only. Some database-specific lines may not be measured. [More information](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#code-coverage-on-pull-requests)' + '**Note:** Missing lines are warnings only. Some database-specific lines may not be measured. [More information](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#code-coverage-on-pull-requests)' ); const prNumber = parseInt(process.env.PR_NUMBER); -- cgit v1.3