Skip to content

Commit 32965bb

Browse files
committed
udpate tag
1 parent a7c5861 commit 32965bb

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
@@ -820,7 +820,7 @@ tasks:
820820
- name: coverage-report
821821
commands:
822822
- func: download and merge coverage
823-
depends_on: [{ name: .server_version, variant: .coverage_tag, status: "*", patch_optional: true }]
823+
depends_on: [{ name: .server-version, variant: .coverage_tag, status: "*", patch_optional: true }]
824824
tags: [coverage]
825825

826826
# Doctest tests

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ def create_coverage_report_tasks():
891891
# Run the coverage task even if some tasks are not scheduled in a patch build.
892892
task_deps = [
893893
EvgTaskDependency(
894-
name=".server_version", variant=".coverage_tag", status="*", patch_optional=True
894+
name=".server-version", variant=".coverage_tag", status="*", patch_optional=True
895895
)
896896
]
897897
cmd = FunctionCall(func="download and merge coverage")

0 commit comments

Comments
 (0)