From dc7c77a06ddd8bd77dff6e69298f8a31af0bd63a Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Fri, 15 Nov 2024 08:55:54 -0800 Subject: [PATCH] Fix .01% threshold errors in codecov (#3829) --- .github/codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..236a6f1da9 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 1%