From 0e4faec50643266838e32a5aef1b2a4b649db595 Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Fri, 19 Nov 2021 05:22:28 +0800 Subject: [PATCH] add codecov.yml to allow diff threshold of 1% (#839) --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..48a0cc879c --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1% + +github_checks: + annotations: true