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 .zip file support #168

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Add .zip file support #168

merged 1 commit into from
Oct 14, 2021

Conversation

LinuxSuRen
Copy link
Owner

@LinuxSuRen LinuxSuRen commented Oct 14, 2021

fix #164

@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Oct 14, 2021
@codecov
Copy link

codecov bot commented Oct 14, 2021

Codecov Report

Merging #168 (36da878) into master (38d64ee) will decrease coverage by 0.51%.
The diff coverage is 28.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   16.72%   16.21%   -0.52%     
==========================================
  Files          24       28       +4     
  Lines        1333     1468     +135     
==========================================
+ Hits          223      238      +15     
- Misses       1090     1210     +120     
  Partials       20       20              
Flag Coverage Δ
unittests 16.21% <28.94%> (-0.52%) ⬇️

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

Impacted Files Coverage Δ
pkg/compress/xz.go 4.16% <ø> (ø)
pkg/installer/process.go 0.00% <0.00%> (ø)
pkg/compress/zip.go 7.14% <7.14%> (ø)
pkg/compress/types.go 39.13% <100.00%> (ø)
pkg/compress/gzip.go 4.54% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38d64ee...36da878. Read the comment docs.

@LinuxSuRen LinuxSuRen merged commit 017a33d into master Oct 14, 2021
@LinuxSuRen LinuxSuRen deleted the zip-support branch October 14, 2021 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request to support unzip a zip file
1 participant