Skip to content

Adds support for several compression algorithms #42

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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

santisq
Copy link
Owner

@santisq santisq commented Apr 15, 2025

No description provided.

@santisq santisq added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 15, 2025
@santisq santisq self-assigned this Apr 15, 2025
@santisq santisq linked an issue Apr 15, 2025 that may be closed by this pull request
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

Attention: Patch coverage is 76.95853% with 50 lines in your changes missing coverage. Please review.

Project coverage is 87.75%. Comparing base (bac3a41) to head (6470492).

Files with missing lines Patch % Lines
src/PSCompression/CommandToCompressedFileBase.cs 83.09% 10 Missing and 2 partials ⚠️
.../PSCompression/Extensions/CompressionExtensions.cs 65.51% 10 Missing ⚠️
src/PSCompression/CommandToCompressedStringBase.cs 78.37% 4 Missing and 4 partials ⚠️
...mpression/Commands/ConvertFromZLibStringCommand.cs 0.00% 5 Missing ⚠️
...c/PSCompression/CommandFromCompressedStringBase.cs 89.28% 3 Missing ⚠️
...mpression/Commands/ConvertToBrotliStringCommand.cs 0.00% 3 Missing ⚠️
...pression/Commands/ConvertToDeflateStringCommand.cs 0.00% 3 Missing ⚠️
...Compression/Commands/ConvertToZLibStringCommand.cs 0.00% 3 Missing ⚠️
...ression/Commands/ConvertFromBrotliStringCommand.cs 0.00% 1 Missing ⚠️
...ession/Commands/ConvertFromDeflateStringCommand.cs 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
- Coverage   88.70%   87.75%   -0.95%     
==========================================
  Files          37       44       +7     
  Lines        1673     1601      -72     
  Branches      210      192      -18     
==========================================
- Hits         1484     1405      -79     
- Misses        149      164      +15     
+ Partials       40       32       -8     
Flag Coverage Δ
PS_5.1 87.75% <76.95%> (-0.11%) ⬇️
PS_7_Linux 87.38% <76.95%> (+2.14%) ⬆️
PS_7_Windows 87.75% <76.95%> (+2.16%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Zlib, Deflate, etc compression / decompression support.
1 participant