From d73035d512e1852fc84cb07beafd9bf423e73d82 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 26 Aug 2024 12:23:20 +0800 Subject: [PATCH] test: make a strict codecov rule (#50571) --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..a4ff737cd4 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: #add everything under here, more options at https://docs.codecov.com/docs/commit-status + default: + target: 100% + threshold: 0% + base: auto