From c578142376e011ae1926e6e79f0e51a09dd0f4bc Mon Sep 17 00:00:00 2001 From: Aire-One Date: Wed, 23 Mar 2022 19:59:05 +0100 Subject: [PATCH 1/3] chore(codecov): add base config --- 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 000000000..74ff3843f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: auto + threshold: 5% From cafd6526fe2f4d96418a7089cb2d777386bf0956 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Wed, 23 Mar 2022 20:01:11 +0100 Subject: [PATCH 2/3] chore(editorconfig): add yml config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index aede4562f..0ad0bd1c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,6 @@ indent_size = 4 # In a Makefile, the tab is significant and not "just" whitespace [Makefile] indent_style = tab + +[*.yml] +indent_size = 2 From 7e71e97d0775052c1deb931c393ba16185f045d7 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 28 Mar 2022 18:58:09 +0200 Subject: [PATCH 3/3] chore(codecov): adjust project threshold --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 74ff3843f..f0878195b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,4 +3,4 @@ coverage: project: default: target: auto - threshold: 5% + threshold: 0.5%