From 73a12a6344d5da4d8e2eba5d12221b8bc6895931 Mon Sep 17 00:00:00 2001 From: Alon Date: Sun, 3 Sep 2023 13:19:01 +0300 Subject: [PATCH] cov : disable comment in PRs (#2989) --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..a301c5b2c --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: off + +coverage: + status: + project: + default: + target: auto + threshold: 0 + base: auto + patch: + default: + target: auto + threshold: 0 + base: auto