From 7e0518ff4387e33e8bceaca3d09178996a9fa2e3 Mon Sep 17 00:00:00 2001 From: Mal Miller <59854849+mmiller-max@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:00:42 +0100 Subject: [PATCH 1/2] Add codecov yaml --- .github/codecov.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..4aa633f --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,24 @@ +coverage: + status: + project: + default: + # basic + target: auto + threshold: 5% # allow a drop of 5% + base: auto + paths: + - "src" + # advanced settings + branches: + - master + if_ci_failed: success # success, failure, error, ignore + patch: + default: + # basic + target: 75% + threshold: 0% + base: auto + # advanced + branches: + - master + if_ci_failed: success #success, failure, error, ignore From 9470a1210a5dea501d399283bff1b9987663732c Mon Sep 17 00:00:00 2001 From: Mal Miller <59854849+mmiller-max@users.noreply.github.com> Date: Tue, 18 Apr 2023 06:56:51 +0100 Subject: [PATCH 2/2] Turn checks off --- .github/codecov.yml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 4aa633f..35cde5c 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,24 +1,4 @@ coverage: status: - project: - default: - # basic - target: auto - threshold: 5% # allow a drop of 5% - base: auto - paths: - - "src" - # advanced settings - branches: - - master - if_ci_failed: success # success, failure, error, ignore - patch: - default: - # basic - target: 75% - threshold: 0% - base: auto - # advanced - branches: - - master - if_ci_failed: success #success, failure, error, ignore + project: off + patch: off