about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-03-17 19:26:22 +0100
committerGitHub <noreply@github.com>2024-03-17 19:26:22 +0100
commit0589ffb9028ec43311c4d6920ae7b0746d840015 (patch)
tree673fdb8c2b759a8fb539ba8c41fc8cfbc2877653
parent8e748c0a413486c41b8c13548c9a3622646dc454 (diff)
parent36f8d67c9206407bcd79974a640c760d168b75c6 (diff)
downloadrust-0589ffb9028ec43311c4d6920ae7b0746d840015.tar.gz
rust-0589ffb9028ec43311c4d6920ae7b0746d840015.zip
Rollup merge of #122615 - Zalathar:triagebot, r=Mark-Simulacrum
Mention Zalathar for coverage changes

Hopefully I don't regret all the extra notifications. 🤞
-rw-r--r--triagebot.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 515600793da..0a36eab7b87 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"