From 136ccedb4759f3b2c8931c5f74c693ed742168a6 Mon Sep 17 00:00:00 2001 From: Andrew Stoycos Date: Thu, 23 May 2024 16:03:54 -0400 Subject: [PATCH] add codecov configuration Signed-off-by: Andrew Stoycos --- 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..d4aef71cb --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +# Many of these values are defaults taken from: +# https://docs.codecov.com/docs/commit-status +coverage: + status: + patch: + default: + # TODO(astoycos) set this back to auto when we have a stable release. + target: 0% + threshold: 0% + project: + default: + # base + target: auto + # TODO(astoycos) set this back to 0% when we have a stable release. + threshold: 10%