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

Add support for finding model classes in modules #58

Merged
merged 7 commits into from
Jul 30, 2022
Merged

Add support for finding model classes in modules #58

merged 7 commits into from
Jul 30, 2022

Conversation

jayqi
Copy link
Member

@jayqi jayqi commented Jun 10, 2022

Closes #23

@github-actions
Copy link
Contributor

github-actions bot commented Jun 10, 2022

@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2022

Codecov Report

Merging #58 (655a71f) into main (df06f7e) will decrease coverage by 0.4%.
The diff coverage is 95.3%.

@@           Coverage Diff           @@
##            main     #58     +/-   ##
=======================================
- Coverage   97.9%   97.5%   -0.5%     
=======================================
  Files         13      13             
  Lines        492     533     +41     
=======================================
+ Hits         482     520     +38     
- Misses        10      13      +3     
Impacted Files Coverage Δ
erdantic/cli.py 95.9% <91.6%> (-4.1%) ⬇️
erdantic/erd.py 98.3% <96.4%> (-0.7%) ⬇️
erdantic/base.py 97.5% <100.0%> (+0.2%) ⬆️
erdantic/exceptions.py 97.4% <100.0%> (+0.1%) ⬆️

@jayqi jayqi merged commit adab9ba into main Jul 30, 2022
@jayqi jayqi deleted the find-models branch July 30, 2022 01:45
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.

Automatically find model classes in modules
2 participants