From 2d7909a8ec3a097d6bd81e31076409d6edca907d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 8 Mar 2018 20:26:06 -0500 Subject: [PATCH] codecov.yml for comments on pr --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..765e05d2 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +comment: + layout: "reach, diff, flags, files" + 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: null