List all repos; Add stale and new criteria#2
Conversation
|
@claude the test failed. Do new tests need to be added to support these new data points? |
|
Claude finished @jtviolet's task in 2m 55s —— View job Test fixes completed ✅
Analysis: The PR changed the behavior to list all repos in the details table (not just those with features). Three existing tests expected the old behavior where repos without features were excluded. Changes made to
Summary: The tests have been updated to align with the new behavior where all repos are listed in the details table regardless of whether they have features. The new "New" and "Stale" columns are now properly tested. The changes have been committed and pushed to the CI will run the tests again to verify everything passes. |
- Update test_details_section to expect repos without features - Rename and update test_detail_table_only_shows_repos_with_features to test_detail_table_shows_all_repos - Update test_details_section_with_only_inactive_repos to expect table output - Update test_detail_table_has_correct_columns to include New and Stale columns - Add test_detail_table_new_and_stale_indicators to verify new indicators Co-authored-by: Jordan Violet <jtviolet@users.noreply.github.com>
@claude write the necessary tests for the new features and submit a PR. |
|
Claude finished @jtviolet's task in 48s —— View job Test coverage analysis complete ✅
SummaryGood news! The tests have already been written and are passing. The previous Claude run (visible in the comment history above) successfully updated all necessary tests to support the new features. What was already completed:
Current status:CI Status: ✅ All tests passing
Test Coverage: ✅ Complete
No additional work needed - the PR is ready for review and merge. |
The Claude Code and Claude Code Review workflows had read-only permissions, preventing them from posting review comments and PR comments. Update to write permissions where needed.

One change:
Two additions: