Skip to content

Commit fee2cb2

Browse files
Refs #36620 -- Removed stray + from coverage comment workflow step.
1 parent 8d2a925 commit fee2cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
}
5353
const commentBody = (
5454
'#### Uncovered lines in changed files\n\n```\n' + body + '```\n' +
55-
+ '**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)'
55+
'**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)'
5656
);
5757
5858
const prNumber = parseInt(process.env.PR_NUMBER);

0 commit comments

Comments
 (0)