diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 0514262113ec2..0000000000000 --- 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 0000000000000..7f31b67dc0e48 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +codecov: + branch: master + ci: + - drone.nextcloud.com + - '!scrutinizer-ci.com' + +comment: false