Skip to content

refactor: rename module to itemize#39

Merged
eshaffer321 merged 2 commits into
mainfrom
refactor/rename-to-itemize
Jun 22, 2026
Merged

refactor: rename module to itemize#39
eshaffer321 merged 2 commits into
mainfrom
refactor/rename-to-itemize

Conversation

@eshaffer321

Copy link
Copy Markdown
Owner

Summary

Rename the Go module from github.com/eshaffer321/monarchmoney-sync-backend to github.com/eshaffer321/itemize to align the codebase with the project's actual name.

  • Updated go.mod module declaration
  • Updated all 155 import statements across the codebase
  • Ran go mod tidy to sync dependencies
  • All tests pass with race detector

Test plan

  • Build succeeds (make build)
  • All tests pass (go test ./... -race)
  • No remaining references to old module name

Update all import paths and module declaration to reflect the project's
actual name. This brings the codebase in line with the binary and CLI naming.
@eshaffer321 eshaffer321 force-pushed the refactor/rename-to-itemize branch from 0a2f7b0 to f35bb94 Compare June 22, 2026 02:38
Use the published version of costco-go instead of a local replace that
breaks CI in the GitHub Actions environment.
@eshaffer321 eshaffer321 force-pushed the refactor/rename-to-itemize branch from f35bb94 to 362c27a Compare June 22, 2026 02:39
@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.48%. Comparing base (2c327d2) to head (362c27a).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #39   +/-   ##
=======================================
  Coverage   61.48%   61.48%           
=======================================
  Files          44       44           
  Lines        5045     5045           
=======================================
  Hits         3102     3102           
  Misses       1763     1763           
  Partials      180      180           
Flag Coverage Δ
unittests 61.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
internal/adapters/clients/anthropic/client.go 85.91% <ø> (ø)
internal/adapters/clients/clients.go 72.72% <ø> (ø)
internal/adapters/clients/openai/client.go 73.68% <ø> (ø)
internal/adapters/providers/amazon/order.go 75.72% <ø> (ø)
internal/adapters/providers/amazon/provider.go 73.52% <ø> (ø)
internal/adapters/providers/costco/provider.go 48.05% <ø> (ø)
internal/adapters/providers/walmart/order.go 63.41% <ø> (ø)
internal/adapters/providers/walmart/provider.go 27.38% <ø> (ø)
internal/api/handlers/base.go 85.71% <ø> (ø)
internal/api/handlers/health.go 100.00% <ø> (ø)
... and 22 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eshaffer321 eshaffer321 merged commit c814779 into main Jun 22, 2026
14 checks passed
@eshaffer321 eshaffer321 deleted the refactor/rename-to-itemize branch June 22, 2026 02:44
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.

1 participant