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