Skip to content

Commit 8f1ed86

Browse files
committed
add pr tag to coverage report
1 parent cfc0820 commit 8f1ed86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tasks:
134134
commands:
135135
- func: download and merge coverage
136136
depends_on: [{ name: .server-version, variant: .coverage_tag, status: "*", patch_optional: true }]
137-
tags: [coverage]
137+
tags: [coverage, pr]
138138

139139
# Free threading tests
140140
- name: test-free-threading

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ def create_getdata_tasks():
860860

861861

862862
def create_coverage_report_tasks():
863-
tags = ["coverage"]
863+
tags = ["coverage", "pr"]
864864
task_name = "coverage-report"
865865
# BUILD-3165: We can't use "*" (all tasks) and specify "variant".
866866
# Instead list out all coverage tasks using tags.

0 commit comments

Comments
 (0)