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

Make EventType Autocreate Async #7709

Merged
merged 2 commits into from Mar 5, 2024

cleanup: removed unnecessary return statement

431a860
Select commit
Failed to load commit list.
Merged

Make EventType Autocreate Async #7709

cleanup: removed unnecessary return statement
431a860
Select commit
Failed to load commit list.
Codecov / codecov/project failed Mar 5, 2024 in 0s

73.99% (target 80.00%)

View this Pull Request on Codecov

73.99% (target 80.00%)

Details

Codecov Report

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

Project coverage is 73.99%. Comparing base (79a5488) to head (431a860).
Report is 17 commits behind head on main.

Files Patch % Lines
pkg/eventtype/eventtypes.go 69.38% 12 Missing and 3 partials ⚠️
pkg/broker/ingress/ingress_handler.go 0.00% 1 Missing ⚠️
pkg/channel/fanout/fanout_event_handler.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7709      +/-   ##
==========================================
+ Coverage   73.98%   73.99%   +0.01%     
==========================================
  Files         262      262              
  Lines       15178    15178              
==========================================
+ Hits        11229    11231       +2     
+ Misses       3343     3341       -2     
  Partials      606      606              

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