From 968e53da62ed1fd2c2cf25f8a16da8b91afbf245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blar?= Date: Fri, 5 Jul 2024 16:45:58 +0200 Subject: [PATCH] ci: add commenting codecov on each pr --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 301cd057..a8204b81 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,4 @@ -comment: no # do not comment PR with the result +comment: yes # do not comment PR with the result coverage: range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code