From 9c1ad2b18fef0770ce1109fe1339e813c3688b8b Mon Sep 17 00:00:00 2001 From: Julian Coy Date: Mon, 8 Feb 2021 09:30:44 -0500 Subject: [PATCH] ci(codecov): show report regardless of comparison values (for testing) also allow non-master reports --- codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 53cf2d22d..c4f00f6f5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,6 +3,4 @@ comment: behavior: default require_changes: false # if true: only post the comment if coverage changes require_base: no # [yes :: must have a base report to post] - require_head: yes # [yes :: must have a head report to post] - branches: # branch names that can post comment - - "master" + require_head: no # [yes :: must have a head report to post]