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

fix: authentication flow #8

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

frank-mendez
Copy link
Owner

fixes #7

Copy link

vercel bot commented Aug 14, 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 14, 2024 3:48pm

Copy link

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 28.2% (🎯 60%) 88 / 312
🔴 Statements 28.2% (🎯 60%) 88 / 312
🔴 Functions 42.1% (🎯 60%) 8 / 19
🔴 Branches 47.36% (🎯 60%) 9 / 19
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.4% 100% 0% 7.4% 9-16, 18-20, 22-27, 29, 31-39, 41-43, 45-46, 48-50, 52-64, 66-69, 71, 73-74, 78-79, 81-93, 95-99
src/axios/createBaseAxiosInstance.ts 0% 0% 0% 0% 1, 3-15
src/context/AuthContext.tsx 81.81% 50% 100% 81.81% 11-12
src/context/AuthProvider.tsx 48% 75% 50% 48% 20, 22, 24-32, 34-35, 37-39, 46-47, 50-57
src/data-objects/interface/index.ts 100% 100% 100% 100%
src/pages/Dashboard.tsx 80% 50% 100% 80% 9-10
src/pages/Login.tsx 90.47% 50% 100% 90.47% 7-8
src/routes/index.tsx 100% 100% 100% 100%
Generated in workflow #6

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@frank-mendez frank-mendez merged commit 877579b into main Aug 14, 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.

Fix Authentication Flow
1 participant