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

feat: add filter functionality for albums, artists, tracks #157

Merged
merged 3 commits into from
Apr 2, 2023

Conversation

tsirysndr
Copy link
Owner

No description provided.

@tsirysndr tsirysndr added the enhancement New feature or request label Apr 2, 2023
@tsirysndr tsirysndr self-assigned this Apr 2, 2023
@codecov
Copy link

codecov bot commented Apr 2, 2023

Codecov Report

Patch coverage: 37.97% and project coverage change: -0.17 ⚠️

Comparison is base (7732358) 41.11% compared to head (02f5bca) 40.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   41.11%   40.95%   -0.17%     
==========================================
  Files         107      107              
  Lines       15067    15254     +187     
==========================================
+ Hits         6195     6247      +52     
- Misses       8872     9007     +135     
Impacted Files Coverage Δ
addons/src/dlna.rs 0.00% <0.00%> (ø)
addons/src/kodi.rs 0.00% <0.00%> (ø)
addons/src/lib.rs 25.00% <ø> (ø)
addons/src/local.rs 0.00% <0.00%> (ø)
server/src/api/music.v1alpha1.rs 21.49% <ø> (ø)
storage/src/lib.rs 32.07% <0.00%> (-67.93%) ⬇️
storage/src/repo/artist.rs 75.40% <37.50%> (-24.60%) ⬇️
storage/src/repo/track.rs 76.82% <40.74%> (-20.00%) ⬇️
storage/src/repo/album.rs 72.00% <41.66%> (-28.00%) ⬇️
graphql/src/schema/library.rs 39.08% <66.66%> (+0.29%) ⬆️
... and 2 more

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tsirysndr tsirysndr changed the title feat: added filter functionality for albums, artists, tracks feat: add filter functionality for albums, artists, tracks Apr 2, 2023
@sonarcloud
Copy link

sonarcloud bot commented Apr 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tsirysndr tsirysndr merged commit aeb91d6 into master Apr 2, 2023
6 of 8 checks passed
@tsirysndr tsirysndr deleted the feat/filter branch April 2, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant