From 2b828e8724b446fc123cc91459a87314cc1b548f Mon Sep 17 00:00:00 2001 From: oranmoshai Date: Mon, 15 Mar 2021 09:56:32 +0200 Subject: [PATCH] Add gitHub release go report card and codecov --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..186a576 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + informational: true + target: auto + threshold: 100% + patch: + default: + informational: true + target: auto + threshold: 100% \ No newline at end of file