From 5a1e55ebc08e5d953761f913eb9dd35dd66dc8b0 Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Thu, 28 Oct 2021 13:44:44 +0200 Subject: [PATCH] codecov.yml: reset comment to default The comment configuration is now set to codecov.yml's default values. This allows codecov comments on our PRs. --- codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 8e84e868..49c9db15 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,4 +6,7 @@ coverage: threshold: 5% codecov: require_ci_to_pass: no -comment: no +comment: + layout: "reach,diff,flags,files,footer" + behavior: default + require_changes: no