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 autoparser #107

Merged
merged 15 commits into from
Nov 29, 2024

Fixes from review

f3ed800
Select commit
Loading
Failed to load commit list.
Merged

Add autoparser #107

Fixes from review
f3ed800
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 29, 2024 in 0s

89.28% (-8.65%) compared to 34e3339

View this Pull Request on Codecov

89.28% (-8.65%) compared to 34e3339

Details

Codecov Report

Attention: Patch coverage is 78.47896% with 133 lines in your changes missing coverage. Please review.

Project coverage is 89.28%. Comparing base (34e3339) to head (f3ed800).

Files with missing lines Patch % Lines
src/adtl/autoparser/toml_writer.py 70.73% 36 Missing ⚠️
src/adtl/autoparser/dict_writer.py 69.89% 28 Missing ⚠️
src/adtl/autoparser/__init__.py 37.03% 17 Missing ⚠️
src/adtl/autoparser/make_toml.py 84.95% 17 Missing ⚠️
src/adtl/autoparser/create_mapping.py 90.54% 14 Missing ⚠️
src/adtl/autoparser/openai_calls.py 40.00% 9 Missing ⚠️
src/adtl/autoparser/gemini_calls.py 50.00% 7 Missing ⚠️
src/adtl/autoparser/__main__.py 0.00% 3 Missing ⚠️
src/adtl/autoparser/util.py 97.56% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
- Coverage   97.93%   89.28%   -8.65%     
==========================================
  Files           5       14       +9     
  Lines         773     1391     +618     
==========================================
+ Hits          757     1242     +485     
- Misses         16      149     +133     

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