From b4c5236d8b3e34e08a582b1d91450808fd964b15 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 3 May 2023 23:07:59 -0700 Subject: [PATCH] Don't fail PRs that regress coverage. Most of our code is barely testable and our coverage isn't anything to brag about. --- codecov.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 00000000..053263d9 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: false