nrkno / sofie-hyperdeck-connection

Sofie HyperDeck Connection: A Part of the Sofie TV Studio Automation System
https://github.com/nrkno/Sofie-TV-automation/
MIT License
5 stars 9 forks source link

Fix bug in audio input channels responses #18

Closed sphlabs closed 2 years ago

sphlabs commented 2 years ago

Bug fix

audio input channels configuration status is not returned upstream

This is fixed

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (7388bd2) into master (629d0ba) will decrease coverage by 0.26%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   54.00%   53.73%   -0.27%     
==========================================
  Files          36       36              
  Lines         800      804       +4     
  Branches      129      133       +4     
==========================================
  Hits          432      432              
- Misses        317      321       +4     
  Partials       51       51              
Impacted Files Coverage Δ
src/asyncHandlers/configuration.ts 36.36% <0.00%> (-8.09%) :arrow_down:
src/commands/configuration.ts 10.25% <0.00%> (-0.56%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 629d0ba...7388bd2. Read the comment docs.

nytamin commented 2 years ago

This change now is published to npm (version 0.5.0). Thanks for the PR!