From 5ee8b6120fee75b26c12579a4f7d1d99a755ddf3 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 22 Jun 2023 13:52:02 -0700 Subject: [PATCH] Create codecov.yml --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..0c08aab --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: 100% + threshold: 0%