From 36f8d67c9206407bcd79974a640c760d168b75c6 Mon Sep 17 00:00:00 2001 From: Zalathar Date: Sun, 17 Mar 2024 13:46:54 +1100 Subject: [PATCH] Mention Zalathar for coverage changes --- triagebot.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 515600793da58..0a36eab7b8738 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -726,6 +726,30 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] [mentions."tests/ui/check-cfg"] cc = ["@Urgau"] +[mentions."compiler/rustc_middle/src/mir/coverage.rs"] +message = "Some changes occurred in coverage instrumentation." +cc = ["@Zalathar"] + +[mentions."compiler/rustc_mir_build/src/build/coverageinfo.rs"] +message = "Some changes occurred in coverage instrumentation." +cc = ["@Zalathar"] + +[mentions."compiler/rustc_mir_transform/src/coverage"] +message = "Some changes occurred in coverage instrumentation." +cc = ["@Zalathar"] + +[mentions."compiler/rustc_codegen_llvm/src/coverageinfo"] +message = "Some changes occurred in coverage instrumentation." +cc = ["@Zalathar"] + +[mentions."compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs"] +message = "Some changes occurred in coverage instrumentation." +cc = ["@Zalathar"] + +[mentions."tests/coverage"] +message = "Some changes occurred in coverage tests." +cc = ["@Zalathar"] + [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"