From 5d59483095be0ba3d898d10db4d6e3e7ebeb0704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:53:11 -0600 Subject: [PATCH] chore: Add `codecov.yml` (#2169) --- codecov.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..5d19155f6 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +coverage: + precision: 2 + range: "70...100" + round: down + status: + project: + default: + target: auto + threshold: 1% + base: auto + patch: + default: + target: 100% + threshold: 1% + base: auto