From 89711482c560ea678bf015598fe628d63bdc2cb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6?= Date: Wed, 21 Jun 2023 09:23:12 +0200 Subject: [PATCH] chore: update old codecov config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .codecov.yml | 15 --------------- codecov.yml | 7 +++++++ 2 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 .codecov.yml create mode 100644 codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 0514262113e..00000000000 --- a/.codecov.yml +++ /dev/null @@ -1,15 +0,0 @@ -codecov: - branch: master - ci: - - drone.nextcloud.com - - !scrutinizer-ci.com - -coverage: - precision: 2 - round: down - range: "70...100" - status: - project: off - patch: off - -comment: off diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..7f31b67dc0e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +codecov: + branch: master + ci: + - drone.nextcloud.com + - '!scrutinizer-ci.com' + +comment: false -- 2.39.5