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

Allow floats for lab values #96

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

arkadiuszbachorski
Copy link
Collaborator

Allow floats for lab values

♻️ Current situation & Problem

Closes #93 #94

⚙️ Release Notes

  • Allow floats for lab values

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

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

Project coverage is 0.91%. Comparing base (41ceb1d) to head (7f4ed59).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
routes/~_dashboard/patients/$id/LabForm.tsx 0.00% 1 Missing ⚠️
routes/~_dashboard/patients/$id/Labs.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##            main     #96      +/-   ##
========================================
- Coverage   0.91%   0.91%   -0.00%     
========================================
  Files         73      73              
  Lines       3637    3638       +1     
  Branches      82      82              
========================================
  Hits          33      33              
- Misses      3535    3536       +1     
  Partials      69      69              
Files with missing lines Coverage Δ
routes/~_dashboard/patients/$id/LabForm.tsx 0.00% <0.00%> (ø)
routes/~_dashboard/patients/$id/Labs.tsx 0.00% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 41ceb1d...7f4ed59. Read the comment docs.

@arkadiuszbachorski arkadiuszbachorski merged commit 4f1fea7 into main Dec 6, 2024
9 of 10 checks passed
@arkadiuszbachorski arkadiuszbachorski deleted the arek/allow-floats-for-lab-values branch December 6, 2024 21:25
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.

Lab Values need to have a decimal value
1 participant