From 8f182ecfe8d184ce83ae823e1437eb4a61a68de8 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 16 Oct 2023 13:48:52 -0400 Subject: [PATCH] feat(ci): add codecov config --- 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 0000000000000000000000000000000000000000..5d53c95c8b45e7a6d213b0f473d4db97e0c9d0a5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: 50% + patch: + default: + target: 30%