Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: user profile #12

Merged
merged 4 commits into from
Aug 23, 2024
Merged

feat: user profile #12

merged 4 commits into from
Aug 23, 2024

Conversation

frank-mendez
Copy link
Owner

fixes #11

Copy link

vercel bot commented Aug 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-typescript-spotify ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 23, 2024 4:12pm

Copy link

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 71.3% (🎯 60%) 405 / 568
🟢 Statements 71.3% (🎯 60%) 405 / 568
🟢 Functions 61.76% (🎯 60%) 21 / 34
🟢 Branches 66.66% (🎯 60%) 26 / 39
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/App.tsx 100% 100% 100% 100%
src/api/auth/service/auth.service.ts 7.59% 100% 0% 7.59% 12-19, 21-23, 25-30, 32, 34-42, 44-46, 48-49, 51-53, 55-67, 69-72, 74, 76-77, 80-81, 83, 85-97, 99-100
src/api/user/index.ts 100% 100% 100% 100%
src/api/user/hooks/useProfileQuery.ts 100% 100% 100% 100%
src/api/user/hooks/user-query-keys.ts 100% 100% 100% 100%
src/api/user/service/user.service.ts 77.77% 50% 100% 77.77% 11-12
src/components/ExpandContent.tsx 100% 100% 100% 100%
src/components/MainContent.tsx 68.42% 40% 100% 68.42% 19-30
src/components/Sidebar.tsx 100% 100% 100% 100%
src/components/Footer/Footer.tsx 100% 100% 100% 100%
src/components/Header/AccountBar.tsx 91.78% 40% 25% 91.78% 13-14, 41-44
src/components/Header/Header.tsx 100% 100% 100% 100%
src/components/Header/Searchbar.tsx 100% 100% 100% 100%
src/context/AuthProvider.tsx 52.27% 75% 50% 52.27% 19, 21-27, 29-30, 32-34, 43-44, 47-52
src/data-objects/enum/index.ts 100% 100% 100% 100%
src/data-objects/interface/auth-interface.ts 100% 100% 100% 100%
src/data-objects/interface/index.ts 0% 0% 0% 0% 1-2
src/data-objects/interface/profile-interface.ts 100% 100% 100% 100%
src/pages/Dashboard.tsx 100% 100% 100% 100%
src/pages/Login.tsx 100% 100% 100% 100%
src/stores/useContentStore.ts 100% 100% 0% 100%
Generated in workflow #12

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
14.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@frank-mendez frank-mendez merged commit 3919b96 into main Aug 23, 2024
9 of 10 checks passed
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.

Get user profile
1 participant