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

feat: support to install packages via scoop #368

Merged
merged 1 commit into from
Mar 2, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Merging #368 (a047287) into master (579ac58) will decrease coverage by 0.18%.
The diff coverage is 62.50%.

@@            Coverage Diff             @@
##           master     #368      +/-   ##
==========================================
- Coverage   61.22%   61.04%   -0.18%     
==========================================
  Files          65       65              
  Lines        3484     3494      +10     
==========================================
  Hits         2133     2133              
- Misses       1244     1254      +10     
  Partials      107      107              
Flag Coverage Δ
unittests 61.04% <62.50%> (-0.18%) ⬇️

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

Impacted Files Coverage Δ
pkg/exec/command.go 86.66% <ø> (ø)
pkg/os/generic_installer.go 58.96% <0.00%> (-2.92%) ⬇️
pkg/os/yum/common.go 88.46% <80.00%> (ø)
pkg/os/apk/common.go 100.00% <100.00%> (ø)
pkg/os/apt/common.go 100.00% <100.00%> (ø)
pkg/os/brew/common.go 100.00% <100.00%> (ø)
pkg/os/dnf/common.go 100.00% <100.00%> (ø)
pkg/os/npm/common.go 100.00% <100.00%> (ø)
pkg/os/snap/common.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.


parent := path.Dir(w.File)
if err = os.MkdirAll(parent, 0750); err == nil {
err = os.WriteFile(w.File, []byte(w.Content), fs.FileMode(mod))

Check failure

Code scanning / CodeQL

Incorrect conversion between integer types

Incorrect conversion of an integer with architecture-dependent bit size from [strconv.Atoi](1) to a lower bit size type uint32 without an upper bound check.
@LinuxSuRen LinuxSuRen merged commit eb7be78 into master Mar 2, 2023
@LinuxSuRen LinuxSuRen deleted the feat/scoop branch March 2, 2023 01:35
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