Skip to content

Conversation

@shivasurya
Copy link
Owner

@shivasurya shivasurya commented Nov 29, 2025

Summary

Reorganizes test fixtures for better project structure:

  • Move test-src/python/sourcecode-parser/test-fixtures/python/
  • Delete outdated test-src/android/ (unused since 2016)
  • Update 5 Go test files with new fixture paths
  • Remove build.gradle runGo task
  • Update README.md Docker example

Testing

✅ All tests pass (go test ./...)
✅ Lint passes (golangci-lint run)

Impact

No breaking changes, internal reorganization only.

🤖 Generated with Claude Code

- Move test-src/python/ to sourcecode-parser/test-fixtures/python/
- Update 5 Go test files with new fixture paths
- Delete outdated test-src/android/ directory (unused since 2016)
- Remove build.gradle runGo task
- Update README.md Docker example

This reorganization keeps integration test fixtures closer to the Go code
that uses them, improving project organization.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@safedep
Copy link

safedep bot commented Nov 29, 2025

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

No dependency changes detected. Nothing to scan.

This report is generated by SafeDep Github App

@shivasurya shivasurya self-assigned this Nov 29, 2025
@codecov
Copy link

codecov bot commented Nov 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.47%. Comparing base (b3ca90e) to head (f75cca4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #413   +/-   ##
=======================================
  Coverage   80.47%   80.47%           
=======================================
  Files          77       77           
  Lines        7763     7763           
=======================================
  Hits         6247     6247           
  Misses       1269     1269           
  Partials      247      247           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@shivasurya shivasurya merged commit 32ab395 into main Nov 29, 2025
5 checks passed
@shivasurya shivasurya deleted the refactor/migrate-test-fixtures branch November 29, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants