From 6a20bbf607a62eb2fcc713fe985ad0cbe324e4e2 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Mon, 1 Feb 2021 14:28:01 -0600 Subject: [PATCH] Add Codecov configuration file. This configures how our coverage reports are processed on https://codecov.io. See https://docs.codecov.io/docs/codecov-yaml for reference. Signed-off-by: Matt Moyer --- .github/codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..4e693b09 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,13 @@ +codecov: + strict_yaml_branch: main + require_ci_to_pass: no + notify: + wait_for_ci: no +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true