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 42 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 92.06522% with 73 lines in your changes missing coverage. Please review.

Project coverage is 90.96%. Comparing base (bac3a41) to head (438ca51).

Files with missing lines Patch % Lines
...ession/Abstractions/ToCompressedFileCommandBase.cs 88.23% 9 Missing and 5 partials ⚠️
.../PSCompression/Abstractions/GetEntryCommandBase.cs 89.01% 9 Missing and 1 partial ⚠️
...sion/Abstractions/ToCompressedStringCommandBase.cs 78.37% 4 Missing and 4 partials ⚠️
.../PSCompression/Commands/ExpandTarArchiveCommand.cs 90.80% 8 Missing ⚠️
...SCompression/Commands/GetTarEntryContentCommand.cs 86.66% 5 Missing and 1 partial ⚠️
...Compression/Abstractions/ExpandEntryCommandBase.cs 88.88% 4 Missing ⚠️
...SCompression/Commands/CompressTarArchiveCommand.cs 90.24% 4 Missing ⚠️
...on/Abstractions/FromCompressedStringCommandBase.cs 89.28% 3 Missing ⚠️
src/PSCompression/Commands/GetTarEntryCommand.cs 92.30% 2 Missing and 1 partial ⚠️
src/PSCompression/Commands/NewZipEntryCommand.cs 70.00% 3 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   88.70%   90.96%   +2.26%     
==========================================
  Files          37       55      +18     
  Lines        1673     1826     +153     
  Branches      210      215       +5     
==========================================
+ Hits         1484     1661     +177     
+ Misses        149      134      -15     
+ Partials       40       31       -9     
Flag Coverage Δ
PS_5.1 90.96% <92.06%> (+3.09%) ⬆️
PS_7_Linux 90.63% <92.06%> (+5.39%) ⬆️
PS_7_Windows 90.96% <92.06%> (+5.36%) ⬆️

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.

@santisq santisq linked an issue Jun 17, 2025 that may be closed by this pull request
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.

Sync [Alias()] With psd1 Add Zlib, Deflate, etc compression / decompression support.
1 participant