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: GET /books/{id} #74

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: GET /books/{id} #74

wants to merge 8 commits into from

Conversation

scarf005
Copy link
Member

resolves #69

@scarf005 scarf005 linked an issue Nov 30, 2024 that may be closed by this pull request
@scarf005 scarf005 marked this pull request as ready for review December 7, 2024 09:45
Copy link

codecov bot commented Dec 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 242 lines in your changes missing coverage. Please review.

Project coverage is 9.41%. Comparing base (12be539) to head (08bc2e2).

Files with missing lines Patch % Lines
backend/src/books/books.service.ts 0.00% 45 Missing ⚠️
backend/src/books/books.controller.ts 0.00% 33 Missing ⚠️
backend/src/entities/Book.ts 0.00% 30 Missing ⚠️
backend/src/books/dto/books.dto.ts 0.00% 29 Missing ⚠️
backend/src/entities/BookCopy.ts 0.00% 24 Missing ⚠️
backend/src/categories/categories.service.ts 0.00% 12 Missing ⚠️
backend/src/common/dtos/page-options.dto.ts 0.00% 11 Missing ⚠️
backend/src/books/books.module.ts 0.00% 6 Missing ⚠️
backend/src/common/dtos/meta.dto.ts 0.00% 6 Missing ⚠️
backend/src/common/dtos/page.dto.ts 0.00% 5 Missing ⚠️
... and 19 more
Additional details and impacted files
@@            Coverage Diff            @@
##             main     #74      +/-   ##
=========================================
- Coverage   11.59%   9.41%   -2.19%     
=========================================
  Files          48      57       +9     
  Lines         664     818     +154     
  Branches        0      11      +11     
=========================================
  Hits           77      77              
- Misses        587     741     +154     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 /books/{id}/
1 participant