diff options
-rw-r--r-- | .codecov.yml | 15 | ||||
-rw-r--r-- | codecov.yml | 7 |
2 files changed, 7 insertions, 15 deletions
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 |