REQ-SELF-BADGE-001 pass medium since 0.2.0
Statement: The badge SVG exporter shall produce valid SVG with correct color coding (green=pass, red=fail, yellow=inconclusive).
Rationale: Badges are the primary visual indicator of V&V status in READMEs.
Verification Method: test
Last Checked: 2026-04-17 18:13 UTC
Acceptance Criteria
- All-pass report produces SVG with "#4c1" (green) and "PASS" text.
- Any-fail report produces SVG with "#e05d44" (red) and "FAIL" text.
Evidence
| ID | Kind | Verdict | Observed | Details |
|---|---|---|---|---|
| EV-PYTEST-0013 | test | pass | 2026-04-17 18:13 | source: pytest-vnvspec, nodeid: tests/exporters/test_badge.py::TestBadgeExporter::test_fail_badge, test_name: test_fail_badge |
| EV-PYTEST-0012 | test | pass | 2026-04-17 18:13 | source: pytest-vnvspec, nodeid: tests/exporters/test_badge.py::TestBadgeExporter::test_pass_badge, test_name: test_pass_badge |