From 1ae785132c976f8d80ea7b0241951cb863c693e7 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 30 Jul 2020 12:08:15 -0400 Subject: [PATCH] Add codecov.yml --- .github/codecov.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..0ca22a0185 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,23 @@ +comment: false +coverage: + notify: + slack: + default: + url: "secret:HWZbvgtc6OD7F3v3PfrK3/rzCJvScbh69Fi1CkLwuHK0+wIBIHVR+Q5i7q6F9Ln4OChbiRGtYAEUUsT8/jmBu4qDpIi8mx746codc0z/Z3aafLd24pBrCEPLvdCfIZxqPnw3TuUgGhwmMDZf0+thg8YNUr/MbOZ7Li2L6+ZbYuA=" + threshold: 10% + only_pulls: false + branches: + - "master" + flags: + - "unit" + paths: + - "src" + status: + project: + default: + branches: + - "master" + paths: + - "src" + informational: true + patch: off