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

Create and add deployment trace obj to datastore on event registering flow #5622

Merged
merged 2 commits into from
Mar 5, 2025

Remove unneed empty check

884e1e6
Select commit
Loading
Failed to load commit list.
Merged

Create and add deployment trace obj to datastore on event registering flow #5622

Remove unneed empty check
884e1e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 4, 2025 in 1s

26.54% (-0.02%) compared to 6cf5097

View this Pull Request on Codecov

26.54% (-0.02%) compared to 6cf5097

Details

Codecov Report

Attention: Patch coverage is 0% with 80 lines in your changes missing coverage. Please review.

Project coverage is 26.54%. Comparing base (6cf5097) to head (884e1e6).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
pkg/datastore/deploymenttracestore.go 0.00% 51 Missing ⚠️
pkg/app/server/grpcapi/api.go 0.00% 27 Missing ⚠️
pkg/model/deployment_trace.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5622      +/-   ##
==========================================
- Coverage   26.56%   26.54%   -0.02%     
==========================================
  Files         475      477       +2     
  Lines       50582    50658      +76     
==========================================
+ Hits        13438    13449      +11     
- Misses      36081    36146      +65     
  Partials     1063     1063              

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