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%