From 75a80c962528b9486c1b8d109197a973adcb7244 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 30 Apr 2024 14:28:47 +0300 Subject: [PATCH] Tell CodeCov to add comments to PRs --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 8e84e868c..73b29645b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,4 +6,4 @@ coverage: threshold: 5% codecov: require_ci_to_pass: no -comment: no +comment: yes