From ccc985476477e197d906403f51f36f9319a2c08b Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Tue, 26 Dec 2023 22:31:20 -0500 Subject: [PATCH] add codecov config. --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..5b97b69 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: auto + threshold: 4% + patch: + default: + target: auto + threshold: 4% \ No newline at end of file