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
Merged

Add autoparser #107

merged 15 commits into from
Nov 29, 2024

Conversation

pipliggins
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Nov 29, 2024

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).
Report is 1 commits behind head on main.

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.

@pipliggins pipliggins requested a review from abhidg November 29, 2024 13:31
@pipliggins
Copy link
Collaborator Author

Going to address the coverage issues in a different PR as this one is already huge!

@pipliggins pipliggins marked this pull request as ready for review November 29, 2024 13:31
Copy link
Contributor

@abhidg abhidg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few typos, otherwise looks good!

docs/autoparser/examples/cli_example.md Show resolved Hide resolved
docs/autoparser/getting_started/index.md Outdated Show resolved Hide resolved
docs/autoparser/getting_started/index.md Outdated Show resolved Hide resolved
src/adtl/autoparser/dict_writer.py Outdated Show resolved Hide resolved
src/adtl/autoparser/dict_writer.py Outdated Show resolved Hide resolved
src/adtl/autoparser/dict_writer.py Show resolved Hide resolved
src/adtl/autoparser/make_toml.py Outdated Show resolved Hide resolved
src/adtl/autoparser/openai_calls.py Show resolved Hide resolved
@pipliggins pipliggins requested a review from abhidg November 29, 2024 15:25
@pipliggins pipliggins merged commit 1338cb2 into main Nov 29, 2024
9 of 11 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