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 owlgen bug where JsonObjs were being ommitted, 1463. #1466

Merged
merged 1 commit into from
May 27, 2023
Merged

Conversation

cmungall
Copy link
Member

Fixes #1463
Adds test.

@codecov-commenter
Copy link

codecov-commenter commented May 27, 2023

Codecov Report

Merging #1466 (5cadfc5) into main (2b29658) will decrease coverage by 0.07%.
The diff coverage is 64.51%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main    #1466      +/-   ##
==========================================
- Coverage   80.31%   80.24%   -0.07%     
==========================================
  Files          78       78              
  Lines        9300     9325      +25     
  Branches     2293     2304      +11     
==========================================
+ Hits         7469     7483      +14     
- Misses       1388     1394       +6     
- Partials      443      448       +5     
Impacted Files Coverage Δ
linkml/generators/owlgen.py 82.28% <64.51%> (-1.93%) ⬇️

@cmungall cmungall merged commit 774d431 into main May 27, 2023
@pkalita-lbl pkalita-lbl deleted the issue-1463 branch December 22, 2023 17:36
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.

owl-gen includes string representation of attributes, types, and classes
2 participants