Skip to content

Feature/reorganize project structure#4

Merged
demdxx merged 10 commits into
mainfrom
feature/reorganize-project-structure
Jun 14, 2026
Merged

Feature/reorganize project structure#4
demdxx merged 10 commits into
mainfrom
feature/reorganize-project-structure

Conversation

@demdxx

@demdxx demdxx commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

No description provided.

demdxx added 10 commits June 13, 2026 12:11
…ct to improve maintainability and clarity. This includes moving files to more appropriate directories, renaming files for consistency, and updating import paths accordingly. The changes also involve updating GraphQL schema locations and adjusting model converters to align with the new structure.
…otential nil pointer dereference errors.

Fix test cases in user and rbac usecase tests to ensure proper mocking and expectations are set for repository methods.
…s encoding/json package for marshalling and unmarshalling, ensuring better compatibility and performance.
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27499512374

Warning

No base build found for commit 2060c53 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 1.717%

Details

  • Patch coverage: 7671 uncovered changes across 123 files (260 of 7931 lines covered, 3.28%).

Uncovered Changes

Top 10 Files by Coverage Impact Changed Covered %
example/api/internal/server/graphql/generated/exec.go 2694 0 0.0%
server/graphql/generated/exec.go 2678 0 0.0%
repository/account/mocks/repository.go 118 0 0.0%
repository/account/mocks/usecase.go 105 0 0.0%
repository/account/repository/member_repository.go 135 59 43.7%
repository/account/usecase/member_usecase.go 87 19 21.84%
repository/authclient/delivery/graphql/mapping.go 66 0 0.0%
repository/rbac/delivery/graphql/mapping.go 60 0 0.0%
repository/rbac/mocks/repository.go 59 0 0.0%
repository/rbac/mocks/usecase.go 59 0 0.0%
Total (134 files) 7931 260 3.28%

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 45593
Covered Lines: 783
Line Coverage: 1.72%
Coverage Strength: 0.02 hits per line

💛 - Coveralls

@demdxx demdxx merged commit 20541f3 into main Jun 14, 2026
6 checks passed
@demdxx demdxx deleted the feature/reorganize-project-structure branch June 14, 2026 13:03
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