From f5a7ff35614b4cc18a4c868e78a1b30b62e83775 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:43:38 -0500 Subject: [PATCH] add codecov config (#23) --- codecov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d6f2e90 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,19 @@ +comment: + layout: "reach, diff, flags, files" + behavior: new + require_changes: true # 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] + +codecov: + notify: + require_ci_to_pass: yes + +coverage: + status: + project: off + patch: off + +ignore: + - "./tests/" + - "./demo/"