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

fix(audio): enforce volume limits, disallow setting negative volume #167

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

AnthonyMichaelTDM
Copy link
Owner

fixes bug(daemon): it's possible to set a negative volume #165

fixes bug(daemon): it's possible to set a negative volume #165
@AnthonyMichaelTDM AnthonyMichaelTDM linked an issue Oct 15, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

@@            Coverage Diff             @@
##             main     #167      +/-   ##
==========================================
- Coverage   83.39%   83.29%   -0.11%     
==========================================
  Files          93       93              
  Lines        6463     6466       +3     
==========================================
- Hits         5390     5386       -4     
- Misses       1073     1080       +7     
Components Coverage Δ
MECOMP Core 93.31% <100.00%> (+0.04%) ⬆️
MECOMP Daemon 60.82% <ø> (-0.41%) ⬇️
MECOMP Storage 91.13% <ø> (ø)
SurrealQLX 85.14% <ø> (ø)
OneOrMany 99.35% <ø> (ø)
Analysis 81.93% <ø> (-0.17%) ⬇️
MECOMP CLI 85.04% <ø> (-0.38%) ⬇️
MECOMP TUI 86.24% <ø> (ø)
Files with missing lines Coverage Δ
core/src/audio/mod.rs 92.36% <100.00%> (+0.09%) ⬆️

... and 4 files with indirect coverage changes

@AnthonyMichaelTDM AnthonyMichaelTDM merged commit a42a157 into main Oct 15, 2024
21 of 24 checks passed
@AnthonyMichaelTDM AnthonyMichaelTDM deleted the fix-165 branch October 15, 2024 22:50
AnthonyMichaelTDM added a commit that referenced this pull request Oct 16, 2024
fix(audio): enforce volume limits, disallow setting negative volume
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.

bug(daemon): it's possible to set a negative volume
1 participant