-
Notifications
You must be signed in to change notification settings - Fork 177
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
Initialize default metrics to 0 #2888
Conversation
Moved functions to // init metrics values SetTranscodersNumberAndLoad(0, 0, 0)
Removed lines from first change
Codecov Report
@@ Coverage Diff @@
## master #2888 +/- ##
===================================================
+ Coverage 56.45311% 56.47301% +0.01990%
===================================================
Files 89 89
Lines 19448 19450 +2
===================================================
+ Hits 10979 10984 +5
+ Misses 7861 7858 -3
Partials 608 608
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
The CI build fails, but passes when I tried with a fresh PR #2898. Merging then. |
What does this pull request do? Explain your changes. (required)
Initialize Winning Tickets and Current Sessions to 0
Specific updates (required)
How did you test each of these updates (required)
Built code locally and deployed to production orchestrator
Does this pull request close any open issues?
No
Checklist:
make
runs successfully./test.sh
pass