Commit 08df05a
jgstern-agent
fix(ci): install hypergumbo-lang-rust-analyzer in nightly/release/full-suite
Only ci.yml (per-PR gate) had the new package on its install lines.
Other workflows that iterate over packages/*/tests/ for collection
(nightly.yml test-matrix, release.yml integration-tests) collection-
errored with `ModuleNotFoundError: No module named
'hypergumbo_lang_rust_analyzer'`, and full-suite.yml silently never
exercised rust-analyzer tests at all.
- nightly.yml: add `-e packages/hypergumbo-lang-rust-analyzer` to all
three install blocks (lines 49, 168, 245) and
`--cov=packages/hypergumbo-lang-rust-analyzer/src` to both COV_PATHS
lines (75, 197).
- release.yml: same kinds of additions at four install blocks
(91, 327, 448, 525) and two COV_PATHS lines (353, 477). Preemptive —
would have failed identically on the next tag-push.
- full-suite.yml: dedicated `test-rust-analyzer` job mirroring the
`test-common` / `test-extended` small-package pattern (no retry
variant — rust-analyzer has ~25 tests across 5 files, well under
Codeberg's 5-min timeout). Extended the `aggregate` job to include
it in the `needs` list, per-job echo, success-gate, coverage roll-up
(divisor 5 → 6), record-run-result JSON, and the all-100% badge gate.
YAML syntactically validated. Yamllint line-length errors on modified
COV_PATHS lines are preexisting on dev — my additions marginally
lengthen already-violating lines without introducing new violators.
Signed-off-by: jgstern-agent <josh-agent@iterabloom.com>1 parent 7484e9d commit 08df05a
5 files changed
Lines changed: 98 additions & 121 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 11 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
580 | 648 | | |
581 | 649 | | |
582 | 650 | | |
| |||
736 | 804 | | |
737 | 805 | | |
738 | 806 | | |
739 | | - | |
| 807 | + | |
| 808 | + | |
740 | 809 | | |
741 | 810 | | |
742 | 811 | | |
| |||
763 | 832 | | |
764 | 833 | | |
765 | 834 | | |
| 835 | + | |
766 | 836 | | |
767 | 837 | | |
768 | 838 | | |
| |||
784 | 854 | | |
785 | 855 | | |
786 | 856 | | |
| 857 | + | |
787 | 858 | | |
788 | 859 | | |
789 | 860 | | |
| |||
808 | 879 | | |
809 | 880 | | |
810 | 881 | | |
| 882 | + | |
811 | 883 | | |
812 | 884 | | |
813 | 885 | | |
| |||
819 | 891 | | |
820 | 892 | | |
821 | 893 | | |
| 894 | + | |
822 | 895 | | |
823 | 896 | | |
824 | 897 | | |
825 | | - | |
| 898 | + | |
826 | 899 | | |
827 | 900 | | |
828 | 901 | | |
| |||
844 | 917 | | |
845 | 918 | | |
846 | 919 | | |
| 920 | + | |
847 | 921 | | |
848 | 922 | | |
849 | 923 | | |
| |||
869 | 943 | | |
870 | 944 | | |
871 | 945 | | |
| 946 | + | |
872 | 947 | | |
873 | 948 | | |
874 | 949 | | |
| |||
890 | 965 | | |
891 | 966 | | |
892 | 967 | | |
893 | | - | |
| 968 | + | |
894 | 969 | | |
895 | 970 | | |
896 | 971 | | |
897 | 972 | | |
898 | | - | |
| 973 | + | |
899 | 974 | | |
900 | 975 | | |
901 | 976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
197 | | - | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| 250 | + | |
248 | 251 | | |
249 | 252 | | |
250 | 253 | | |
| |||
0 commit comments