summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-08-12 21:36:15 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-08-12 21:36:15 +0300
commitcf580caa3db4b4b1adaa541301d3d9ab8de5323b (patch)
tree88f52266cf82ee1894b61b468429ce0efda5b334 /AGENTS.md
parentdf84388ab71239e392837a548a3e1c4d54c4c5de (diff)
downloadcodecov-cf580caa3db4b4b1adaa541301d3d9ab8de5323b.tar.gz
codecov-cf580caa3db4b4b1adaa541301d3d9ab8de5323b.zip
docs: clarify validate trigger scope + document tests/ and scripts/ ignore intent
Review-driven doc-only changes (CodeRabbit round 1 on PR #1): - AGENTS.md: the validate workflow runs on every PR and on pushes to production (the push branch-filter is deliberate; feature-branch pushes are covered by the pull_request trigger without duplicate runs) - README.md: document the intent of the global tests/ and scripts/ ignore patterns and the per-repo override path codecov.yml payload unchanged (byte-frozen to spec Appendix B). T9078: IS-609 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index c81cf6e..8a2dc4c 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -6,7 +6,7 @@ This repo holds the **Codecov Global YAML** for the `vyos` GitHub organization.
- `codecov.yml` — the canonical, comment-free dashboard-paste payload. Mirror of
`https://app.codecov.io/account/gh/vyos/yaml`.
- `.github/workflows/validate.yml` — required CI check; POSTs the file to
- `https://codecov.io/validate` on every PR/push.
+ `https://codecov.io/validate` on every PR and on pushes to `production`.
- `.mergify.yml` — extends central [vyos/mergify](https://github.com/vyos/mergify).
- `.coderabbit.yaml` — inherits from [vyos/coderabbit](https://github.com/vyos/coderabbit)
(`inheritance: true` is mandatory).