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

Demo robustness #3130

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Demo robustness #3130

wants to merge 17 commits into from

Conversation

chaitalisg
Copy link
Contributor

@chaitalisg chaitalisg commented Jul 6, 2023

debug branch, not planning to merge

@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.04% 🎉

Comparison is base (21789ec) 75.41% compared to head (781017b) 75.45%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3130      +/-   ##
==========================================
+ Coverage   75.41%   75.45%   +0.04%     
==========================================
  Files         459      459              
  Lines       36495    36495              
==========================================
+ Hits        27522    27537      +15     
+ Misses       7054     7043      -11     
+ Partials     1919     1915       -4     

see 10 files with indirect coverage changes

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

@@ -332,3 +346,142 @@ func (e *Engine) getSnapIDOptOrRandLive(opts map[string]string) (snapID string,

return snapIDList[rand.Intn(len(snapIDList))], nil //nolint:gosec
}

func (e *Engine) gatherStats() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Collect metrics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant