-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor: A series of refactorings and fixes in vMix integration #315
refactor: A series of refactorings and fixes in vMix integration #315
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release50 #315 +/- ##
=============================================
+ Coverage 35.80% 37.23% +1.42%
=============================================
Files 99 105 +6
Lines 10062 10204 +142
Branches 2467 2484 +17
=============================================
+ Hits 3603 3799 +196
+ Misses 5891 5856 -35
+ Partials 568 549 -19 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to accept this into R50 since they are constrained to just the VMix integration which is not in use by NRK right now.
Before merging I just want to see the naming of the files be camelCase for consistency.
not perfect in terms of separation of concerns, but it works
filenames Explanation: Git is not good at changing casing of file names, so we'll first rewrite the name, then get back to the correct name with the proper casing
9f98967
to
5dc8fec
Compare
About the Contributor
This PR is being opened on behalf of TV 2 Norge.
Type of Contribution
This is a:
Code improvement that also tackles some issues that can be considered as bugs
Current Behavior
debugLogging
flagNew Behavior
emitDebug
. Note: this needs further improvements to separate commands from other logsTesting Instructions
Other Information
Many of the changes are based on #235.
Some TODOs and one uncommented test case are left for when this will be merged with release51.
Status