From f9992eea2c3713d2f1d49b37482ee43ee92e95ba Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Sat, 7 Dec 2024 02:26:37 +0900 Subject: [PATCH] test: Basic codecov config --- codecov.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..0a54b34 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,10 @@ +coverage: + status: + patch: + default: + threshold: 5 + target: 0% + project: + default: + threshold: 5 + target: 60%