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

added test cases for asset bed #2532

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

DraKen0009
Copy link
Contributor

Proposed Changes

  • Added test cases for asset bed module
  • Adding more test for bed create module
  • Updated PermissionError with PermissionDenied for better handling of permission errors

Associated Issue

Merge Checklist

  • Tests added/fixed
  • Linting Complete

Only PR's with test cases included and passing lint and test pipelines will be reviewed

@ohcnetwork/care-backend-maintainers @ohcnetwork/care-backend-admins

@DraKen0009 DraKen0009 requested a review from a team as a code owner October 13, 2024 00:46
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 65.76%. Comparing base (08f0c72) to head (4ae4ef5).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
care/facility/api/serializers/asset.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2532      +/-   ##
===========================================
+ Coverage    65.59%   65.76%   +0.16%     
===========================================
  Files          223      223              
  Lines        13383    13386       +3     
  Branches      1855     1855              
===========================================
+ Hits          8779     8803      +24     
+ Misses        4218     4194      -24     
- Partials       386      389       +3     

☔ 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.

Adds test for various endpoints in the assetbed module
1 participant