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

[WIP] Add metrics for OIDC #8015

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

feat: nit fix

82f8327
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Add metrics for OIDC #8015

feat: nit fix
82f8327
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 4, 2024 in 0s

67.50% (target 80.00%)

View this Pull Request on Codecov

67.50% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 15.18987% with 67 lines in your changes missing coverage. Please review.

Project coverage is 67.50%. Comparing base (825202f) to head (82f8327).
Report is 23 commits behind head on main.

Files Patch % Lines
pkg/broker/filter/filter_handler.go 0.00% 30 Missing ⚠️
pkg/broker/filter/stats_reporter.go 50.00% 12 Missing ⚠️
pkg/auth/token_verifier.go 0.00% 11 Missing ⚠️
pkg/broker/ingress/ingress_handler.go 0.00% 5 Missing ⚠️
pkg/channel/event_receiver.go 0.00% 5 Missing ⚠️
cmd/broker/filter/main.go 0.00% 2 Missing ⚠️
cmd/jobsink/main.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8015      +/-   ##
==========================================
- Coverage   67.79%   67.50%   -0.29%     
==========================================
  Files         363      364       +1     
  Lines       16899    17113     +214     
==========================================
+ Hits        11456    11552      +96     
- Misses       4735     4841     +106     
- Partials      708      720      +12     

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