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 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