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: added cast and crew to movie details page #38

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

frank-mendez
Copy link
Owner

Fixes #36

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)
movie-browser ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 3:09pm

Copy link

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 69.96% (🎯 60%) 1062 / 1518
🟢 Statements 69.96% (🎯 60%) 1062 / 1518
🟢 Functions 67.82% (🎯 60%) 78 / 115
🟢 Branches 77.3% (🎯 60%) 109 / 141
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/api/movies/query/query-key-factory.ts 100% 100% 66.66% 100%
src/api/movies/query/useMovieQuery.ts 67.74% 100% 66.66% 67.74% 31-35, 38-42
src/api/movies/service/movies.service.ts 66.66% 100% 50% 66.66% 22-25, 28-31
src/pages/movies/MovieDetails.tsx 8.42% 100% 0% 8.42% 9-15, 17, 19-21, 23-38, 40-41, 43-99, 101
src/types/movies.ts 100% 100% 100% 100%
Generated in workflow #29

@frank-mendez frank-mendez merged commit 0dbcdc3 into main Aug 14, 2024
8 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.

Add Cast and Crew to movie details page
1 participant