From 2ee664a0ea59245510ef157e6b2244ab485ecf5c Mon Sep 17 00:00:00 2001 From: Gulshan Singh Date: Sat, 20 May 2023 08:13:15 -0700 Subject: [PATCH] Add codecov.yml (#1720) --- .github/codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..572055984 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,10 @@ +codecov: + branch: dev +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true