From fcf78ca66d1d937ea587ac2ad4cfc742f7acf4bb Mon Sep 17 00:00:00 2001 From: Alejandro Durante Date: Mon, 17 Jun 2024 11:53:45 -0300 Subject: [PATCH] chore(codecov): set target coverage --- 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..6fe5e65 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: 90% + patch: + default: + target: 90% \ No newline at end of file