From a8b4e8d933fd43993339a2c024d007004ef6c69f Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Fri, 24 Feb 2023 15:22:57 +0800 Subject: [PATCH] ci: simplify codecov commment (#1073) chore(ci): simplify codecov commment Signed-off-by: Ruihang Xia --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 38422f8218..506f3445de 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,3 +8,5 @@ coverage: ignore: - "**/error*.rs" # ignore all error.rs files - "tests/runner/*.rs" # ignore integration test runner +comment: # this is a top-level key + layout: "diff"