From f7c4d5aa0b02e8099bd700f22ccba48ba78b0524 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 5 Mar 2019 16:25:30 +0200 Subject: [PATCH] Disable PR comments when coverage doesn't change --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index ec49f9c4..58e6fa06 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,3 +6,6 @@ coverage: threshold: 50 base: auto patch: off + +comment: + require_changes: yes \ No newline at end of file