From bc7b03e0edfd8b669b542cf89cfb7ad6f34dbf5e Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Wed, 4 Mar 2020 15:19:42 -0500 Subject: [PATCH] Customize codecov comment --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..618691f80 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +comment: + layout: "flags, files" + behavior: default + require_changes: true # only comment on changes in coverage + require_base: yes # [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" + - "v0.12" + +