From b1d6d439274a6beff1f3e4adf5e84cac9dac7043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Thu, 31 Oct 2024 14:45:24 +0100 Subject: [PATCH] Mention lints and benchmarks next to code coverage in summary --- webhook_features/src/features/summary_comment.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webhook_features/src/features/summary_comment.rs b/webhook_features/src/features/summary_comment.rs index 0ae2613..5a5e821 100644 --- a/webhook_features/src/features/summary_comment.rs +++ b/webhook_features/src/features/summary_comment.rs @@ -191,8 +191,8 @@ async fn refresh_summary_comment(ctx: &Context, repo: Repository, pr_number: u64 { if config_repo.corecheck { let coverage = r#" -### Code Coverage -For detailed information about the code coverage, see the [test coverage report](https://corecheck.dev/{owner}/{repo}/pulls/{pull_num}). +### Code Coverage & Benchmarks +For details see: https://corecheck.dev/{owner}/{repo}/pulls/{pull_num}. "#; util::update_metadata_comment( &issues_api,