Skip to content

fix: resolve all CI failures — lint, co-changes test, integration db …#22

Merged
RaghavChamadiya merged 3 commits intomainfrom
fix/ci-test-failures
Apr 3, 2026
Merged

fix: resolve all CI failures — lint, co-changes test, integration db …#22
RaghavChamadiya merged 3 commits intomainfrom
fix/ci-test-failures

Conversation

@RaghavChamadiya
Copy link
Copy Markdown
Collaborator

…path

Summary

  • Fix unsorted import blocks across init_cmd.py and all server routers (ruff I001)
  • Fix test_get_co_changes using wrong key "count" instead of canonical "co_change_count"
  • Fix integration tests asserting wiki.db at repo-local path while code writes to ~/.repowise/wiki.db by default; set REPOWISE_DB_URL in work_repo fixture to isolate each test

Test Plan

  • Tests pass (pytest)
  • Lint passes (ruff check .)
  • Web build passes (npm run build) (if frontend changes)

Checklist

  • My code follows the project's code style
  • I have added tests for new functionality
  • All existing tests still pass
  • I have updated documentation if needed

…path

- Fix unsorted import blocks across init_cmd.py and all server routers (ruff I001)
- Fix test_get_co_changes using wrong key "count" instead of canonical "co_change_count"
- Fix integration tests asserting wiki.db at repo-local path while code writes to ~/.repowise/wiki.db by default; set REPOWISE_DB_URL in work_repo fixture to isolate each test
Copy link
Copy Markdown
Collaborator

@swati510 swati510 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@RaghavChamadiya RaghavChamadiya merged commit f32d2f4 into main Apr 3, 2026
6 checks passed
@RaghavChamadiya RaghavChamadiya deleted the fix/ci-test-failures branch April 3, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants