Commit e7a0c2f
committed
Remove unused generate_test_badge.py utility and all references
The badge generation utility was not used in the actual implementation:
- Workflows generate JSON directly (no Python utility needed)
- Hugo template reads JSON directly (no utility needed)
- SVG/text badge generation not required
Removed:
- build_steps/generate_test_badge.py (160 lines)
Updated documentation to remove references:
- tests/COMPLETE_GUIDE.md (removed 'Badge Generation Utility' section)
- SMOKE_TESTS_BRANCH_SUMMARY.md (removed utility from file list)
- EXECUTIVE_SUMMARY.md (removed from utilities section)
This simplifies the codebase and removes confusion about how badges work.
Badges are generated entirely through: Workflows → JSON → Hugo template.1 parent cb1310e commit e7a0c2f
4 files changed
Lines changed: 13 additions & 211 deletions
File tree
- build_steps
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
49 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 57 | | |
66 | 58 | | |
67 | | - | |
| 59 | + | |
68 | 60 | | |
69 | 61 | | |
70 | 62 | | |
71 | 63 | | |
72 | 64 | | |
73 | | - | |
| 65 | + | |
74 | 66 | | |
75 | 67 | | |
76 | 68 | | |
77 | 69 | | |
78 | 70 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
83 | 75 | | |
84 | 76 | | |
85 | 77 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
95 | 81 | | |
96 | 82 | | |
97 | 83 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | 665 | | |
687 | 666 | | |
688 | 667 | | |
| |||
715 | 694 | | |
716 | 695 | | |
717 | 696 | | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | 697 | | |
722 | 698 | | |
723 | 699 | | |
| |||
0 commit comments