From 0b02f60c4fd496d4d586057481e55abc9b239107 Mon Sep 17 00:00:00 2001 From: Alon Faraj Date: Sun, 3 Sep 2023 13:16:16 +0300 Subject: [PATCH] disable comment in PRs --- 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