From 928ab515d1af3a391c85967b9305379ebe9cc787 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 00000000..a301c5b2 --- /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