From 14ed1adb6c071568ba5ada21e1a9719951f46bb1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 2 Jul 2020 12:50:56 +0100 Subject: [PATCH] Add CodeCov YAML file. This should make the output and statuses a bit more friendly. --- Library/Homebrew/test/.codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Library/Homebrew/test/.codecov.yml diff --git a/Library/Homebrew/test/.codecov.yml b/Library/Homebrew/test/.codecov.yml new file mode 100644 index 0000000000..27b6f08432 --- /dev/null +++ b/Library/Homebrew/test/.codecov.yml @@ -0,0 +1,9 @@ +codecov: + fixes: + - "::Library/Homebrew/" + coverage: + round: nearest + status: + project: + default: + threshold: 0.05%