From 307dfad00fbbde6a444fec02eaa01c7988092166 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Thu, 24 Sep 2020 14:07:10 +0200 Subject: [PATCH 1/9] comment to false: --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 1644bf315e0ac..6f034f8b07991 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ codecov: branch: master -comment: off +comment: false coverage: status: From 69363609b7861c596130edcf4e81551d04ef2150 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Thu, 24 Sep 2020 14:12:43 +0200 Subject: [PATCH 2/9] test new settings codecov --- codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 6f034f8b07991..e5a2b19e4f92d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,14 @@ codecov: branch: master -comment: false +comment: + layout: "diff" + behavior: default + require_changes: false + require_base: no + require_head: yes + branches: + - "master" coverage: status: From e392f033be378cb96060e471c57dde2df6667337 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Thu, 1 Oct 2020 19:34:53 +0200 Subject: [PATCH 3/9] added github checks --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index e5a2b19e4f92d..6ebf8a6638ef7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,3 +18,6 @@ coverage: patch: default: target: '50' + +github_checks: + annotations: false \ No newline at end of file From 13cc042ee0c50e9b1ba9883d54fff65589b26843 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Thu, 1 Oct 2020 22:51:18 +0200 Subject: [PATCH 4/9] remove comments --- codecov.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/codecov.yml b/codecov.yml index 6ebf8a6638ef7..aaf9e70c60885 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,15 +1,6 @@ codecov: branch: master -comment: - layout: "diff" - behavior: default - require_changes: false - require_base: no - require_head: yes - branches: - - "master" - coverage: status: project: From 35fc04e8da8542e58f1e4b68710634d5bc1d5cee Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Fri, 2 Oct 2020 10:54:39 +0200 Subject: [PATCH 5/9] add comments off --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index aaf9e70c60885..549fe3b6a4562 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,8 @@ codecov: branch: master +comments: off + coverage: status: project: From d9149fb69dbe6ef75da8fea1499d2af848f70c74 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Fri, 2 Oct 2020 10:55:22 +0200 Subject: [PATCH 6/9] typo --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 549fe3b6a4562..665d7c81b620b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ codecov: branch: master -comments: off +comment: off coverage: status: From dd510cc0c9222176390bff25ffbebffb9edccc5a Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Sat, 3 Oct 2020 13:22:05 +0200 Subject: [PATCH 7/9] newline --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 665d7c81b620b..d40f6ccf60ba9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,4 +13,4 @@ coverage: target: '50' github_checks: - annotations: false \ No newline at end of file + annotations: false From 383822071bca9f4d1ee0bc2029900cc9d4c4ac30 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Sat, 3 Oct 2020 13:26:02 +0200 Subject: [PATCH 8/9] false instead of off --- codecov.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index d40f6ccf60ba9..6f034f8b07991 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ codecov: branch: master -comment: off +comment: false coverage: status: @@ -11,6 +11,3 @@ coverage: patch: default: target: '50' - -github_checks: - annotations: false From d63ee13e18db6704bf7079dc67462d9e962d3cb0 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Sat, 3 Oct 2020 13:28:35 +0200 Subject: [PATCH 9/9] annotations --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 6f034f8b07991..6dd1e33a7a671 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,3 +11,6 @@ coverage: patch: default: target: '50' + +github_checks: + annotations: false