From 826d1dc47055e8044d2adcbffec7e0bdc0bf9fea Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:16:38 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'LICENSE'?= =?UTF-8?q?=20with=20remote=20'LICENSE'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2bb9ad2..d9a10c0 100644 --- a/LICENSE +++ b/LICENSE @@ -173,4 +173,4 @@ incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - END OF TERMS AND CONDITIONS \ No newline at end of file + END OF TERMS AND CONDITIONS From 952c554ef9e515fe07c77039d216b5006b4c347b Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:16:38 +0000 Subject: [PATCH 2/3] =?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 32729830195b458a6877b1e89e7fa631167ea622 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:16:38 +0000 Subject: [PATCH 3/3] =?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%