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

context propagation: pass ctx to UpdateScenario() #3258

Merged
merged 2 commits into from
Oct 2, 2024

context propagation: SendMetrics, SendUsageMetrics, plugin config

db2c0bc
Select commit
Loading
Failed to load commit list.
Merged

context propagation: pass ctx to UpdateScenario() #3258

context propagation: SendMetrics, SendUsageMetrics, plugin config
db2c0bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

51.32% (target 0.00%)

View this Pull Request on Codecov

51.32% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 6 lines in your changes missing coverage. Please review.

Project coverage is 51.32%. Comparing base (3945a99) to head (db2c0bc).

Files with missing lines Patch % Lines
pkg/protobufs/plugin_interface.go 0.00% 2 Missing ⚠️
cmd/crowdsec-cli/clicapi/capi.go 0.00% 0 Missing and 1 partial ⚠️
cmd/crowdsec/lapiclient.go 0.00% 0 Missing and 1 partial ⚠️
pkg/apiclient/auth_jwt.go 66.66% 1 Missing ⚠️
pkg/apiserver/apic_metrics.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3258      +/-   ##
==========================================
- Coverage   51.36%   51.32%   -0.04%     
==========================================
  Files         357      357              
  Lines       38953    38947       -6     
==========================================
- Hits        20008    19991      -17     
- Misses      16985    16993       +8     
- Partials     1960     1963       +3     

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