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 API schema generation #1888

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Fix API schema generation #1888

merged 1 commit into from
Feb 10, 2024

Conversation

sainak
Copy link
Member

@sainak sainak commented Feb 10, 2024

fix AbhaNumber.__str__() returning None which caused default reprs to crash

fixes #1883

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5a087e1) 61.65% compared to head (7755564) 61.65%.

Files Patch % Lines
care/abdm/models.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1888   +/-   ##
=======================================
  Coverage   61.65%   61.65%           
=======================================
  Files         211      211           
  Lines       11721    11721           
  Branches     1664     1664           
=======================================
  Hits         7227     7227           
  Misses       4196     4196           
  Partials      298      298           

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

@vigneshhari vigneshhari merged commit fcea22e into master Feb 10, 2024
@vigneshhari vigneshhari deleted the sainak/fix/api-schema branch February 10, 2024 14:50
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.

Api schema crashing on staging
3 participants