From 6878cd0412245531621ad19575e5cabab19cdbaf Mon Sep 17 00:00:00 2001 From: firstof9 Date: Fri, 13 Aug 2021 12:05:49 -0700 Subject: [PATCH] Create codecov.yml --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c35eb27 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +comment: false +coverage: + status: + project: + default: + target: 90 + threshold: 0.09