From fea704b4546f0ed0489d45d03cdabb9c944e12f1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 3 Jul 2020 17:03:29 +0100 Subject: [PATCH] Move .codecov.yml > the file must still be located in the root, dev/, or .github/ directories https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml --- .github/codecov.yml | 8 ++++++++ Library/Homebrew/test/.codecov.yml | 9 --------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 .github/codecov.yml delete mode 100644 Library/Homebrew/test/.codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000000..ec60ef7970b32 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,8 @@ +fixes: + - "::Library/Homebrew/" +coverage: + round: nearest + status: + project: + default: + threshold: 0.05% diff --git a/Library/Homebrew/test/.codecov.yml b/Library/Homebrew/test/.codecov.yml deleted file mode 100644 index 27b6f084327e4..0000000000000 --- a/Library/Homebrew/test/.codecov.yml +++ /dev/null @@ -1,9 +0,0 @@ -codecov: - fixes: - - "::Library/Homebrew/" - coverage: - round: nearest - status: - project: - default: - threshold: 0.05%