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: add support for urns to curie namespaces #287

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Conversation

Silvanoc
Copy link
Contributor

Support for URNs added on version v1.6.1 (later fixed on v1.6.2) is missing support for proper CURIE conversion for URNs. This patch fixes it.

It also provides a test-case.

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d45970a) 62.09% compared to head (dee0311) 62.12%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
+ Coverage   62.09%   62.12%   +0.02%     
==========================================
  Files          63       63              
  Lines        8461     8462       +1     
  Branches     2170     2170              
==========================================
+ Hits         5254     5257       +3     
+ Misses       2599     2598       -1     
+ Partials      608      607       -1     
Files Coverage Δ
linkml_runtime/utils/namespaces.py 73.83% <100.00%> (+1.32%) ⬆️

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

Support for URNs added on version v1.6.1 (later fixed on v1.6.2) is
missing support for proper CURIE conversion for URNs. This patch fixes
it.

It also provides a test-case.

Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
@sierra-moxon sierra-moxon merged commit bfec27d into main Dec 13, 2023
8 checks passed
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.

2 participants