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(schemaview): add is_simple_dict method #351

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

feat(schemaview): add is_simple_dict method

1b4c088
Select commit
Loading
Failed to load commit list.
Draft

feat(schemaview): add is_simple_dict method #351

feat(schemaview): add is_simple_dict method
1b4c088
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 1s

63.10% (-0.34%) compared to 1b5e9f7

View this Pull Request on Codecov

63.10% (-0.34%) compared to 1b5e9f7

Details

Codecov Report

Attention: Patch coverage is 6.45161% with 29 lines in your changes missing coverage. Please review.

Project coverage is 63.10%. Comparing base (1b5e9f7) to head (1b4c088).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
linkml_runtime/utils/schemaview.py 6.45% 29 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #351      +/-   ##
==========================================
- Coverage   63.43%   63.10%   -0.34%     
==========================================
  Files          63       62       -1     
  Lines        8982     8985       +3     
  Branches     2574     2588      +14     
==========================================
- Hits         5698     5670      -28     
- Misses       2665     2695      +30     
- Partials      619      620       +1     

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