From feff1c5b56926acb90375964da714e042771e9ed Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:35:12 -0700 Subject: [PATCH 1/2] chore: remove executable bit from stale.yml and greetings.yml Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/greetings.yml | 0 .github/workflows/stale.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .github/workflows/greetings.yml mode change 100755 => 100644 .github/workflows/stale.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml old mode 100755 new mode 100644 From 10246170ad30b696ffff1dffbcb242447d3ee936 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:35:49 -0700 Subject: [PATCH 2/2] chore: add missing codecov.yml Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- codecov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..a22082f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,19 @@ +codecov: + require_ci_to_pass: true + +coverage: + precision: 2 + round: down + status: + project: + default: + target: auto + threshold: 2% + patch: + default: + target: 80% + +comment: + layout: "reach,diff,flags,components" + behavior: default + require_changes: true