summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-08-12test: ruleset probe (whitespace only)Yuriy Andamasov
🤖 Generated by [robots](https://vyos.io)
2026-08-12fix: address adversarial-review findings (validate error visibility + ↵Yuriy Andamasov
portable paste snippets) - validate.yml: stream curl output directly; the response=$(...) capture under set -euo pipefail swallowed the validation error body on non-2xx (job failed with a bare exit code and no explanation) - AGENTS.md + README.md: quote the ?ref=production endpoint (zsh globs bare ?) and fetch via Accept: application/vnd.github.raw instead of jq + base64 (BSD/GNU base64 flag drift) codecov.yml payload unchanged (byte-frozen to spec Appendix B). T9078: IS-609 🤖 Generated by [robots](https://vyos.io)
2026-08-12docs: clarify validate trigger scope + document tests/ and scripts/ ignore ↵Yuriy Andamasov
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)
2026-08-12seed: initial Codecov Global YAML + plumbingYuriy Andamasov
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)