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