From 345c652e75bad3f9abb8f23ba2310c717287dfd1 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Sun, 28 Mar 2021 22:28:45 -0700 Subject: [PATCH] add status checks --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d00a55f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: auto # auto compares coverage to the previous base commit + patch: + default: + target: 100%