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 linkml_files #310

Merged
merged 4 commits into from
Mar 28, 2024

use os.path.join instead of hardcoding slash

3aa74df
Select commit
Loading
Failed to load commit list.
Merged

Fix linkml_files #310

use os.path.join instead of hardcoding slash
3aa74df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2024 in 0s

62.92% (+0.02%) compared to 82fcfa6

View this Pull Request on Codecov

62.92% (+0.02%) compared to 82fcfa6

Details

Codecov Report

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

Project coverage is 62.92%. Comparing base (82fcfa6) to head (3aa74df).
Report is 5 commits behind head on main.

❗ Current head 3aa74df differs from pull request most recent head fc72e33. Consider uploading reports for the commit fc72e33 to get more accurate results

Files Patch % Lines
linkml_runtime/linkml_model/linkml_files.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #310      +/-   ##
==========================================
+ Coverage   62.90%   62.92%   +0.02%     
==========================================
  Files          62       62              
  Lines        8532     8532              
  Branches     2436     2436              
==========================================
+ Hits         5367     5369       +2     
+ Misses       2554     2553       -1     
+ Partials      611      610       -1     

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