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 gzip and bz2 compressed file format support #320

Merged
merged 14 commits into from
Jun 27, 2024

Conversation

grantleehoffman
Copy link
Contributor

@grantleehoffman grantleehoffman commented Jun 25, 2024

Add support for .gz and .bz2 compressed files in SupportedFileFormat.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

Attention: Patch coverage is 99.13793% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.77%. Comparing base (f6e493a) to head (8a43759).

Files Patch % Lines
nodestream/pipeline/extractors/files.py 98.97% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
+ Coverage   97.75%   97.77%   +0.02%     
==========================================
  Files         142      142              
  Lines        4802     4901      +99     
==========================================
+ Hits         4694     4792      +98     
- Misses        108      109       +1     
Flag Coverage Δ
3.10-macos-latest 97.77% <99.13%> (+0.02%) ⬆️
3.10-ubuntu-latest 97.77% <99.13%> (+0.02%) ⬆️
3.10-windows-latest 97.73% <99.13%> (+0.02%) ⬆️
3.11-macos-latest 97.77% <99.13%> (+0.02%) ⬆️
3.11-ubuntu-latest 97.77% <99.13%> (+0.02%) ⬆️
3.11-windows-latest 97.73% <99.13%> (+0.02%) ⬆️
3.12-macos-latest 97.77% <99.13%> (+0.02%) ⬆️
3.12-ubuntu-latest 97.77% <99.13%> (+0.02%) ⬆️
3.12-windows-latest 97.73% <99.13%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@grantleehoffman grantleehoffman marked this pull request as ready for review June 27, 2024 16:22
@grantleehoffman grantleehoffman merged commit 6f28e4d into main Jun 27, 2024
13 checks passed
@grantleehoffman grantleehoffman deleted the add_compressed_file_formats branch June 27, 2024 17:24
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