pull down to refresh
reply
this part is fixed.
I'll refine the impact profile to make it more explanatory, in case it's confusing
pull down to refresh
this part is fixed.
I'll refine the impact profile to make it more explanatory, in case it's confusing
Issue: 2024 Tests Not Showing
Root cause: My categorisation logic had a priority flaw. I defined:
Wallet category rule: src/wallet/
Tests/QA category rule: src/test/, test/, or src/bench/
Conflict: Files in src/wallet/test/ matched both patterns. The wallet rule took precedence, so test files were incorrectly categorized as wallet code rather than tests/QA.
Fix: Adjusting logic to catch component-level test directories (e.g., src/[component]/test/) before falling back to component categorisation.
On Maintainer Tracking
Fixed the 'relay race' chart using:
Static file source: Your Stack Exchange maintainer list
Merge commits to identify maintainer activity
Verification: Cross-checking against the trusted-keys file to confirm maintainer identities
Thanks for pointing out the discrepancy. I'd appreciate it if you could flag any other data points that don't look right and need fixing