From 48ec8012ac70fca3be987e35d627063d98518340 Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Fri, 19 May 2023 12:50:12 -0600 Subject: [PATCH] Create codecov.yml (#257) Signed-off-by: Alan Jowett --- .github/codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..0df07dff --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,11 @@ +# Copyright (c) Microsoft Corporation +# SPDX-License-Identifier: MIT + +codecov: + notify: + wait_for_ci: yes +coverage: + status: + project: + default: + threshold: 2%