From ffbdee90c06be39710396deca17e89e36ef4ec25 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 22 Sep 2022 09:54:54 +0100 Subject: [PATCH] Disable codecov/patch. --- changelog.d/pr-6757.build | 1 + codecov.yml | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) create mode 100644 changelog.d/pr-6757.build diff --git a/changelog.d/pr-6757.build b/changelog.d/pr-6757.build new file mode 100644 index 0000000000..e84ee6f0c5 --- /dev/null +++ b/changelog.d/pr-6757.build @@ -0,0 +1 @@ +Fix crash when scrolling chat list diff --git a/codecov.yml b/codecov.yml index 8af06f857c..64701d1678 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,14 +6,7 @@ coverage: # project coverage decrease by more than 1%: target: auto threshold: 1% - patch: - default: - # Be tolerant on slight code coverage diff on PRs to limit - # noisy red coverage status on github PRs. - # Note: The coverage stats are still uploaded - # to codecov so that PR reviewers can see uncovered lines - target: auto - threshold: 1% + patch: false ignore: - "Riot/Generated" # ignore the folder and all its contents \ No newline at end of file