From df84388ab71239e392837a548a3e1c4d54c4c5de Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Wed, 12 Aug 2026 21:22:12 +0300 Subject: seed: initial Codecov Global YAML + plumbing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bootstrap content for the vyos org Codecov Global YAML mirror. codecov.yml is the comment-free dashboard-paste payload (Codecov strips comments on save); validate.yml gates all PRs against https://codecov.io/validate. AGENTS.md + README.md document the dashboard-paste protocol and language-applicability caveats. Companion repo: VyOS-Networks/codecov (filed Wave 2, ~1 week soak). Spec: [VYOS/894337074](https://vyos.atlassian.net/wiki/spaces/VYOS/pages/894337074) Phorge: T9078 IS: IS-609 🤖 Generated by [robots](https://vyos.io) --- codecov.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 codecov.yml (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..3c08860 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,38 @@ +codecov: + require_ci_to_pass: true + +coverage: + precision: 1 + round: down + status: + project: + default: + target: auto + threshold: 1% + informational: true + if_ci_failed: ignore + only_pulls: false + patch: + default: + target: 70% + threshold: 5% + informational: true + if_ci_failed: ignore + +comment: + layout: "header, diff, flags, files" + behavior: default + require_changes: false + require_base: no + require_head: yes + +ignore: + - "tests/" + - "scripts/" + - "**/*.config.ts" + - "**/*.config.js" + - "**/*.config.mjs" + - "**/*.config.cjs" + - "**/*.d.ts" + - ".next/" + - "public/" -- cgit v1.2.3