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

replace syscall with unix/windows packages where possible #3032

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

interface conversion: interface {} is *syscall.Stat_t, not *unix.Stat_t

f70f1ad
Select commit
Loading
Failed to load commit list.
Open

replace syscall with unix/windows packages where possible #3032

interface conversion: interface {} is *syscall.Stat_t, not *unix.Stat_t
f70f1ad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2024 in 0s

50.86% (target 0.00%)

View this Pull Request on Codecov

50.86% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 37.50000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 50.86%. Comparing base (429418f) to head (f70f1ad).

Files Patch % Lines
pkg/types/getfstype_windows.go 0.00% 5 Missing ⚠️
cmd/crowdsec-cli/dashboard.go 0.00% 2 Missing ⚠️
pkg/csplugin/utils.go 50.00% 2 Missing ⚠️
cmd/crowdsec/win_service.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3032   +/-   ##
=======================================
  Coverage   50.85%   50.86%           
=======================================
  Files         326      326           
  Lines       38752    38752           
=======================================
+ Hits        19708    19711    +3     
+ Misses      17104    17103    -1     
+ Partials     1940     1938    -2     

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