From a8d9c8d9a058c5c01947f8713473ee1f32f0d5c0 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:25:41 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'CODEOWNER?= =?UTF-8?q?S'=20from=20remote=20'codeowners/java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a2af2fa --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @valitydev/java From 75ad45e7f42ff049948d563ffc8290a79a99aabf Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:25:41 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.codecov.?= =?UTF-8?q?yml'=20from=20remote=20'java/.codecov.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..7e6c6e2 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1%