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 CLI to inspect and verify Binpickle files #53

Merged
merged 8 commits into from
Feb 17, 2024

Conversation

mdekstrand
Copy link
Member

This adds a small CLI to inspect and verify the contents of a Binpickle file.

It can be run with python -m binpickle.

Copy link

codecov bot commented Feb 17, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (2c8ab6f) 94.61% compared to head (b1d47c5) 94.68%.

Files Patch % Lines
binpickle/format.py 73.33% 4 Missing ⚠️
binpickle/_cli.py 97.61% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   94.61%   94.68%   +0.06%     
==========================================
  Files           7        8       +1     
  Lines         446      546     +100     
==========================================
+ Hits          422      517      +95     
- Misses         24       29       +5     

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

@mdekstrand mdekstrand merged commit c762626 into lenskit:main Feb 17, 2024
13 of 14 checks passed
@mdekstrand mdekstrand deleted the feature/cli branch February 17, 2024 19:03
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.

1 participant