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

test(cli): improve test coverage #136

Merged
merged 4 commits into from
Oct 6, 2024
Merged

test(cli): improve test coverage #136

merged 4 commits into from
Oct 6, 2024

Conversation

AnthonyMichaelTDM
Copy link
Owner

No description provided.

@AnthonyMichaelTDM AnthonyMichaelTDM linked an issue Oct 6, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@@             Coverage Diff             @@
##             main     #136       +/-   ##
===========================================
+ Coverage   70.11%   84.15%   +14.04%     
===========================================
  Files          90       89        -1     
  Lines        6213     6211        -2     
===========================================
+ Hits         4356     5227      +871     
+ Misses       1857      984      -873     
Components Coverage Δ
MECOMP Core 93.27% <100.00%> (+0.71%) ⬆️
MECOMP Daemon 61.96% <ø> (+39.65%) ⬆️
MECOMP Storage 91.15% <ø> (+1.65%) ⬆️
SurrealQLX 85.14% <ø> (ø)
OneOrMany 99.35% <ø> (ø)
Analysis 82.10% <100.00%> (+0.05%) ⬆️
MECOMP CLI 85.23% <ø> (+85.23%) ⬆️
MECOMP TUI 88.16% <ø> (ø)
Files with missing lines Coverage Δ
analysis/src/clustering.rs 92.68% <100.00%> (+0.12%) ⬆️
cli/src/handlers/mod.rs 100.00% <ø> (+100.00%) ⬆️
core/src/audio/mod.rs 92.27% <ø> (+0.81%) ⬆️
core/src/logger.rs 100.00% <100.00%> (ø)
daemon/src/services/library.rs 70.98% <ø> (+1.85%) ⬆️

... and 8 files with indirect coverage changes

@AnthonyMichaelTDM AnthonyMichaelTDM merged commit eed1aa7 into main Oct 6, 2024
24 checks passed
@AnthonyMichaelTDM AnthonyMichaelTDM deleted the add-cli-tests branch October 6, 2024 05:16
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.

test(cli): increase test coverage
1 participant